Html Css Color HEX #066E1E Crusoe

📋 copy color: '#066E1E'

red 6 ◦ green 110 ◦ blue 30

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

Shades of Crusoe #066E1E

Tints of Crusoe #066E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 75.34%

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 4.11%
G = 75.34%
B = 20.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#066E1E (or 0x066E1E) is known color: Crusoe. HEX triplet: 06, 6E and 1E. RGB value is (6,110,30). Sum of RGB (Red+Green+Blue) = 6+110+30=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 110 (43.36% from 255 or 75.34% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 110 - color contains mainly: green. Hex color #066E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066E1E is #F991E1. Grayscale: #454545. Windows color (decimal): -16355810 or 1994246. OLE color: 1994246.

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

Color convert

RGB 6 110 30 -
CMYK 0.95 0 0.73 0.57
HSL 133.85º 0.9% 0.23% -
HSV(B) 133.85º 0.95% 0.43% -
XYZ 5.89 11.28 3.1 -
YUV 69.78 105.54 82.5 -
System Red Green Blue C M Y K H S L
Decimal 6 110 30 0.95 0 0.73 0.57 133.85 0.9 0.23
Hex 6 6E 1E 5F 0 49 39 86 5A 17
Octal 6 156 36 137 0 111 71 206 132 27
Binary 110 1101110 11110 1011111 0 1001001 111001 10000110 1011010 10111

Color Harmonies of #066E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066E1E

Black with #066E1E

Text Example


Text Example

White with #066E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,110,30); }

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

background-color css

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

 a { background-color: rgb(6,110,30); }

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

border-color css

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

 span { border-color: rgb(6,110,30); }

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