Html Css Color HEX #066A1D Crusoe

📋 copy color: '#066A1D'

red 6 ◦ green 106 ◦ blue 29

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

Shades of Crusoe #066A1D

Tints of Crusoe #066A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 75.18%

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

R = 4.26%
G = 75.18%
B = 20.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#066A1D (or 0x066A1D) is known color: Crusoe. HEX triplet: 06, 6A and 1D. RGB value is (6,106,29). Sum of RGB (Red+Green+Blue) = 6+106+29=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 106 (41.80% from 255 or 75.18% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 106 - color contains mainly: green. Hex color #066A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066A1D is #F995E2. Grayscale: #434343. Windows color (decimal): -16356835 or 1927686. OLE color: 1927686.

HSL color Cylindrical-coordinate representation of color #066A1D: hue angle of 133.8º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A1D is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 106 29 -
CMYK 0.94 0 0.73 0.58
HSL 133.8º 0.89% 0.22% -
HSV(B) 133.8º 0.94% 0.42% -
XYZ 5.45 10.44 2.89 -
YUV 67.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 6 106 29 0.94 0 0.73 0.58 133.8 0.89 0.22
Hex 6 6A 1D 5E 0 49 3A 86 59 16
Octal 6 152 35 136 0 111 72 206 131 26
Binary 110 1101010 11101 1011110 0 1001001 111010 10000110 1011001 10110

Color Harmonies of #066A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A1D

Black with #066A1D

Text Example


Text Example

White with #066A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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