Html Css Color HEX #065516 Crusoe

📋 copy color: '#065516'

red 6 ◦ green 85 ◦ blue 22

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

Shades of Crusoe #065516

Tints of Crusoe #065516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 75.22%

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 5.31%
G = 75.22%
B = 19.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#065516 (or 0x065516) is known color: Crusoe. HEX triplet: 06, 55 and 16. RGB value is (6,85,22). Sum of RGB (Red+Green+Blue) = 6+85+22=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #065516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065516 is #F9AAE9. Grayscale: #363636. Windows color (decimal): -16362218 or 1463558. OLE color: 1463558.

HSL color Cylindrical-coordinate representation of color #065516: hue angle of 132.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065516 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 22 -
CMYK 0.93 0 0.74 0.67
HSL 132.15º 0.87% 0.18% -
HSV(B) 132.15º 0.93% 0.33% -
XYZ 3.47 6.59 1.85 -
YUV 54.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 6 85 22 0.93 0 0.74 0.67 132.15 0.87 0.18
Hex 6 55 16 5D 0 4A 43 84 57 12
Octal 6 125 26 135 0 112 103 204 127 22
Binary 110 1010101 10110 1011101 0 1001010 1000011 10000100 1010111 10010

Color Harmonies of #065516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065516

Black with #065516

Text Example


Text Example

White with #065516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065516; }

 p { color: rgb(6,85,22); }

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

background-color css

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

 a { background-color: rgb(6,85,22); }

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

border-color css

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

 span { border-color: rgb(6,85,22); }

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