Html Css Color HEX #066F2D Crusoe

📋 copy color: '#066F2D'

red 6 ◦ green 111 ◦ blue 45

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

Shades of Crusoe #066F2D

Tints of Crusoe #066F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 3.7%
G = 68.52%
B = 27.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#066F2D (or 0x066F2D) is known color: Crusoe. HEX triplet: 06, 6F and 2D. RGB value is (6,111,45). Sum of RGB (Red+Green+Blue) = 6+111+45=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 111 (43.75% from 255 or 68.52% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 111 - color contains mainly: green. Hex color #066F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F2D is #F990D2. Grayscale: #484848. Windows color (decimal): -16355539 or 2977542. OLE color: 2977542.

HSL color Cylindrical-coordinate representation of color #066F2D: hue angle of 142.29º 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 #066F2D is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 111 45 -
CMYK 0.95 0 0.59 0.56
HSL 142.29º 0.9% 0.23% -
HSV(B) 142.29º 0.95% 0.44% -
XYZ 6.23 11.6 4.39 -
YUV 72.08 112.71 80.87 -
System Red Green Blue C M Y K H S L
Decimal 6 111 45 0.95 0 0.59 0.56 142.29 0.9 0.23
Hex 6 6F 2D 5F 0 3B 38 8E 5A 17
Octal 6 157 55 137 0 73 70 216 132 27
Binary 110 1101111 101101 1011111 0 111011 111000 10001110 1011010 10111

Color Harmonies of #066F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F2D

Black with #066F2D

Text Example


Text Example

White with #066F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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