Html Css Color HEX #06681D Crusoe

📋 copy color: '#06681D'

red 6 ◦ green 104 ◦ blue 29

#06681D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #06681D

Tints of Crusoe #06681D

RGB

 RED value IS 6 (2.73% from 255) = 4.32%

 GREEN value IS 104 (41.02% from 255) = 74.82%

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 4.32%
G = 74.82%
B = 20.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06681D (or 0x06681D) is known color: Crusoe. HEX triplet: 06, 68 and 1D. RGB value is (6,104,29). Sum of RGB (Red+Green+Blue) = 6+104+29=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #06681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06681D is #F997E2. Grayscale: #424242. Windows color (decimal): -16357347 or 1927174. OLE color: 1927174.

HSL color Cylindrical-coordinate representation of color #06681D: hue angle of 134.08º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06681D is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 104 29 -
CMYK 0.94 0 0.72 0.59
HSL 134.08º 0.89% 0.22% -
HSV(B) 134.08º 0.94% 0.41% -
XYZ 5.25 10.03 2.82 -
YUV 66.15 107.03 85.1 -
System Red Green Blue C M Y K H S L
Decimal 6 104 29 0.94 0 0.72 0.59 134.08 0.89 0.22
Hex 6 68 1D 5E 0 48 3B 86 59 16
Octal 6 150 35 136 0 110 73 206 131 26
Binary 110 1101000 11101 1011110 0 1001000 111011 10000110 1011001 10110

Color Harmonies of #06681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06681D

Black with #06681D

Text Example


Text Example

White with #06681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06681D; }

 p { color: rgb(6,104,29); }

 H1.HeaderClassName
 {
   color: #06681D;
 }
 .AnyTagClassName
 {
   color: #06681D;
 }
</style>

background-color css

<style>
 a { background-color: #06681D; }

 a { background-color: rgb(6,104,29); }

 div.DivClassName
 {
   background-color: #06681D;
 }
 .BgClassName
 {
   background-color: #06681D;
 }
</style>

border-color css

<style>
 span { border-color: #06681D; }

 span { border-color: rgb(6,104,29); }

 td.TdClassName
 {
   border-color: #06681D;
 }
 .TagClassName
 {
   border-color: #06681D;
 }
</style>