Html Css Color HEX #066015 Crusoe

📋 copy color: '#066015'

red 6 ◦ green 96 ◦ blue 21

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

Shades of Crusoe #066015

Tints of Crusoe #066015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 4.88%
G = 78.05%
B = 17.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#066015 (or 0x066015) is known color: Crusoe. HEX triplet: 06, 60 and 15. RGB value is (6,96,21). Sum of RGB (Red+Green+Blue) = 6+96+21=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #066015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066015 is #F99FEA. Grayscale: #3C3C3C. Windows color (decimal): -16359403 or 1400838. OLE color: 1400838.

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

Color convert

RGB 6 96 21 -
CMYK 0.94 0 0.78 0.62
HSL 130º 0.88% 0.2% -
HSV(B) 130º 0.94% 0.38% -
XYZ 4.39 8.46 2.11 -
YUV 60.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 6 96 21 0.94 0 0.78 0.62 130 0.88 0.2
Hex 6 60 15 5E 0 4E 3E 82 58 14
Octal 6 140 25 136 0 116 76 202 130 24
Binary 110 1100000 10101 1011110 0 1001110 111110 10000010 1011000 10100

Color Harmonies of #066015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066015

Black with #066015

Text Example


Text Example

White with #066015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066015; }

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

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

background-color css

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

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

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

border-color css

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

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

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