Html Css Color HEX #066D26 Crusoe

📋 copy color: '#066D26'

red 6 ◦ green 109 ◦ blue 38

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

Shades of Crusoe #066D26

Tints of Crusoe #066D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 71.24%

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 3.92%
G = 71.24%
B = 24.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#066D26 (or 0x066D26) is known color: Crusoe. HEX triplet: 06, 6D and 26. RGB value is (6,109,38). Sum of RGB (Red+Green+Blue) = 6+109+38=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 109 (42.97% from 255 or 71.24% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 109 - color contains mainly: green. Hex color #066D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066D26 is #F992D9. Grayscale: #464646. Windows color (decimal): -16356058 or 2518278. OLE color: 2518278.

HSL color Cylindrical-coordinate representation of color #066D26: hue angle of 138.64º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D26 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 109 38 -
CMYK 0.94 0 0.65 0.57
HSL 138.64º 0.9% 0.23% -
HSV(B) 138.64º 0.94% 0.43% -
XYZ 5.89 11.12 3.67 -
YUV 70.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 6 109 38 0.94 0 0.65 0.57 138.64 0.9 0.23
Hex 6 6D 26 5E 0 41 39 8B 5A 17
Octal 6 155 46 136 0 101 71 213 132 27
Binary 110 1101101 100110 1011110 0 1000001 111001 10001011 1011010 10111

Color Harmonies of #066D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D26

Black with #066D26

Text Example


Text Example

White with #066D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066D26; }

 p { color: rgb(6,109,38); }

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

background-color css

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

 a { background-color: rgb(6,109,38); }

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

border-color css

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

 span { border-color: rgb(6,109,38); }

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