Html Css Color HEX #066F1D Crusoe

📋 copy color: '#066F1D'

red 6 ◦ green 111 ◦ blue 29

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

Shades of Crusoe #066F1D

Tints of Crusoe #066F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 76.03%

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 4.11%
G = 76.03%
B = 19.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#066F1D (or 0x066F1D) is known color: Crusoe. HEX triplet: 06, 6F and 1D. RGB value is (6,111,29). Sum of RGB (Red+Green+Blue) = 6+111+29=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 111 (43.75% from 255 or 76.03% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 111 - color contains mainly: green. Hex color #066F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F1D is #F990E2. Grayscale: #464646. Windows color (decimal): -16355555 or 1928966. OLE color: 1928966.

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

Color convert

RGB 6 111 29 -
CMYK 0.95 0 0.74 0.56
HSL 133.14º 0.9% 0.23% -
HSV(B) 133.14º 0.95% 0.44% -
XYZ 5.98 11.5 3.07 -
YUV 70.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 6 111 29 0.95 0 0.74 0.56 133.14 0.9 0.23
Hex 6 6F 1D 5F 0 4A 38 85 5A 17
Octal 6 157 35 137 0 112 70 205 132 27
Binary 110 1101111 11101 1011111 0 1001010 111000 10000101 1011010 10111

Color Harmonies of #066F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F1D

Black with #066F1D

Text Example


Text Example

White with #066F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,111,29); }

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

background-color css

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

 a { background-color: rgb(6,111,29); }

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

border-color css

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

 span { border-color: rgb(6,111,29); }

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