Html Css Color HEX #066F2B Crusoe

📋 copy color: '#066F2B'

red 6 ◦ green 111 ◦ blue 43

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

Shades of Crusoe #066F2B

Tints of Crusoe #066F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 3.75%
G = 69.38%
B = 26.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#066F2B (or 0x066F2B) is known color: Crusoe. HEX triplet: 06, 6F and 2B. RGB value is (6,111,43). Sum of RGB (Red+Green+Blue) = 6+111+43=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 111 (43.75% from 255 or 69.38% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 111 - color contains mainly: green. Hex color #066F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F2B is #F990D4. Grayscale: #484848. Windows color (decimal): -16355541 or 2846470. OLE color: 2846470.

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

Color convert

RGB 6 111 43 -
CMYK 0.95 0 0.61 0.56
HSL 141.14º 0.9% 0.23% -
HSV(B) 141.14º 0.95% 0.44% -
XYZ 6.2 11.58 4.19 -
YUV 71.85 111.71 81.03 -
System Red Green Blue C M Y K H S L
Decimal 6 111 43 0.95 0 0.61 0.56 141.14 0.9 0.23
Hex 6 6F 2B 5F 0 3D 38 8D 5A 17
Octal 6 157 53 137 0 75 70 215 132 27
Binary 110 1101111 101011 1011111 0 111101 111000 10001101 1011010 10111

Color Harmonies of #066F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F2B

Black with #066F2B

Text Example


Text Example

White with #066F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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