Html Css Color HEX #066018 Crusoe

📋 copy color: '#066018'

red 6 ◦ green 96 ◦ blue 24

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

Shades of Crusoe #066018

Tints of Crusoe #066018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 76.19%

 BLUE value IS 24 (9.77% from 255) = 19.05%

R = 4.76%
G = 76.19%
B = 19.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#066018 (or 0x066018) is known color: Crusoe. HEX triplet: 06, 60 and 18. RGB value is (6,96,24). Sum of RGB (Red+Green+Blue) = 6+96+24=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #066018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066018 is #F99FE7. Grayscale: #3D3D3D. Windows color (decimal): -16359400 or 1597446. OLE color: 1597446.

HSL color Cylindrical-coordinate representation of color #066018: hue angle of 132º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066018 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 24 -
CMYK 0.94 0 0.75 0.62
HSL 132º 0.88% 0.2% -
HSV(B) 132º 0.94% 0.38% -
XYZ 4.42 8.47 2.27 -
YUV 60.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 6 96 24 0.94 0 0.75 0.62 132 0.88 0.2
Hex 6 60 18 5E 0 4B 3E 84 58 14
Octal 6 140 30 136 0 113 76 204 130 24
Binary 110 1100000 11000 1011110 0 1001011 111110 10000100 1011000 10100

Color Harmonies of #066018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066018

Black with #066018

Text Example


Text Example

White with #066018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066018; }

 p { color: rgb(6,96,24); }

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

background-color css

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

 a { background-color: rgb(6,96,24); }

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

border-color css

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

 span { border-color: rgb(6,96,24); }

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