Html Css Color HEX #066720 Crusoe

📋 copy color: '#066720'

red 6 ◦ green 103 ◦ blue 32

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

Shades of Crusoe #066720

Tints of Crusoe #066720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 73.05%

 BLUE value IS 32 (12.89% from 255) = 22.7%

R = 4.26%
G = 73.05%
B = 22.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#066720 (or 0x066720) is known color: Crusoe. HEX triplet: 06, 67 and 20. RGB value is (6,103,32). Sum of RGB (Red+Green+Blue) = 6+103+32=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #066720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066720 is #F998DF. Grayscale: #424242. Windows color (decimal): -16357600 or 2123526. OLE color: 2123526.

HSL color Cylindrical-coordinate representation of color #066720: hue angle of 136.08º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066720 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 103 32 -
CMYK 0.94 0 0.69 0.60
HSL 136.08º 0.89% 0.21% -
HSV(B) 136.08º 0.94% 0.4% -
XYZ 5.19 9.84 2.99 -
YUV 65.9 108.86 85.27 -
System Red Green Blue C M Y K H S L
Decimal 6 103 32 0.94 0 0.69 0.60 136.08 0.89 0.21
Hex 6 67 20 5E 0 45 3C 88 59 15
Octal 6 147 40 136 0 105 74 210 131 25
Binary 110 1100111 100000 1011110 0 1000101 111100 10001000 1011001 10101

Color Harmonies of #066720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066720

Black with #066720

Text Example


Text Example

White with #066720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066720; }

 p { color: rgb(6,103,32); }

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

background-color css

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

 a { background-color: rgb(6,103,32); }

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

border-color css

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

 span { border-color: rgb(6,103,32); }

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