Html Css Color HEX #06612F Crusoe

📋 copy color: '#06612F'

red 6 ◦ green 97 ◦ blue 47

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

Shades of Crusoe #06612F

Tints of Crusoe #06612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 64.67%

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 4%
G = 64.67%
B = 31.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#06612F (or 0x06612F) is known color: Crusoe. HEX triplet: 06, 61 and 2F. RGB value is (6,97,47). Sum of RGB (Red+Green+Blue) = 6+97+47=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #06612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06612F is #F99ED0. Grayscale: #404040. Windows color (decimal): -16359121 or 3105030. OLE color: 3105030.

HSL color Cylindrical-coordinate representation of color #06612F: hue angle of 147.03º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06612F is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 47 -
CMYK 0.94 0 0.52 0.62
HSL 147.03º 0.88% 0.2% -
HSV(B) 147.03º 0.94% 0.38% -
XYZ 4.86 8.79 4.13 -
YUV 64.09 118.35 86.57 -
System Red Green Blue C M Y K H S L
Decimal 6 97 47 0.94 0 0.52 0.62 147.03 0.88 0.2
Hex 6 61 2F 5E 0 34 3E 93 58 14
Octal 6 141 57 136 0 64 76 223 130 24
Binary 110 1100001 101111 1011110 0 110100 111110 10010011 1011000 10100

Color Harmonies of #06612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06612F

Black with #06612F

Text Example


Text Example

White with #06612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06612F; }

 p { color: rgb(6,97,47); }

 H1.HeaderClassName
 {
   color: #06612F;
 }
 .AnyTagClassName
 {
   color: #06612F;
 }
</style>

background-color css

<style>
 a { background-color: #06612F; }

 a { background-color: rgb(6,97,47); }

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

border-color css

<style>
 span { border-color: #06612F; }

 span { border-color: rgb(6,97,47); }

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