Html Css Color HEX #06602C Crusoe

📋 copy color: '#06602C'

red 6 ◦ green 96 ◦ blue 44

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

Shades of Crusoe #06602C

Tints of Crusoe #06602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 65.75%

 BLUE value IS 44 (17.58% from 255) = 30.14%

R = 4.11%
G = 65.75%
B = 30.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#06602C (or 0x06602C) is known color: Crusoe. HEX triplet: 06, 60 and 2C. RGB value is (6,96,44). Sum of RGB (Red+Green+Blue) = 6+96+44=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #06602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06602C is #F99FD3. Grayscale: #3F3F3F. Windows color (decimal): -16359380 or 2908166. OLE color: 2908166.

HSL color Cylindrical-coordinate representation of color #06602C: hue angle of 145.33º 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 #06602C is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 44 -
CMYK 0.94 0 0.54 0.62
HSL 145.33º 0.88% 0.2% -
HSV(B) 145.33º 0.94% 0.38% -
XYZ 4.71 8.59 3.79 -
YUV 63.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 6 96 44 0.94 0 0.54 0.62 145.33 0.88 0.2
Hex 6 60 2C 5E 0 36 3E 91 58 14
Octal 6 140 54 136 0 66 76 221 130 24
Binary 110 1100000 101100 1011110 0 110110 111110 10010001 1011000 10100

Color Harmonies of #06602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06602C

Black with #06602C

Text Example


Text Example

White with #06602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06602C; }

 p { color: rgb(6,96,44); }

 H1.HeaderClassName
 {
   color: #06602C;
 }
 .AnyTagClassName
 {
   color: #06602C;
 }
</style>

background-color css

<style>
 a { background-color: #06602C; }

 a { background-color: rgb(6,96,44); }

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

border-color css

<style>
 span { border-color: #06602C; }

 span { border-color: rgb(6,96,44); }

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