Html Css Color HEX #066014 Crusoe

📋 copy color: '#066014'

red 6 ◦ green 96 ◦ blue 20

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

Shades of Crusoe #066014

Tints of Crusoe #066014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.39%

R = 4.92%
G = 78.69%
B = 16.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#066014 (or 0x066014) is known color: Crusoe. HEX triplet: 06, 60 and 14. RGB value is (6,96,20). Sum of RGB (Red+Green+Blue) = 6+96+20=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #066014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066014 is #F99FEB. Grayscale: #3C3C3C. Windows color (decimal): -16359404 or 1335302. OLE color: 1335302.

HSL color Cylindrical-coordinate representation of color #066014: hue angle of 129.33º 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 #066014 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 20 -
CMYK 0.94 0 0.79 0.62
HSL 129.33º 0.88% 0.2% -
HSV(B) 129.33º 0.94% 0.38% -
XYZ 4.38 8.45 2.06 -
YUV 60.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 6 96 20 0.94 0 0.79 0.62 129.33 0.88 0.2
Hex 6 60 14 5E 0 4F 3E 81 58 14
Octal 6 140 24 136 0 117 76 201 130 24
Binary 110 1100000 10100 1011110 0 1001111 111110 10000001 1011000 10100

Color Harmonies of #066014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066014

Black with #066014

Text Example


Text Example

White with #066014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066014; }

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

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

background-color css

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

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

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

border-color css

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

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

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