Html Css Color HEX #085416 Crusoe

📋 copy color: '#085416'

red 8 ◦ green 84 ◦ blue 22

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

Shades of Crusoe #085416

Tints of Crusoe #085416

RGB

 RED value IS 8 (3.52% from 255) = 7.02%

 GREEN value IS 84 (33.2% from 255) = 73.68%

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

R = 7.02%
G = 73.68%
B = 19.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#085416 (or 0x085416) is known color: Crusoe. HEX triplet: 08, 54 and 16. RGB value is (8,84,22). Sum of RGB (Red+Green+Blue) = 8+84+22=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #085416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085416 is #F7ABE9. Grayscale: #363636. Windows color (decimal): -16231402 or 1463304. OLE color: 1463304.

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

Color convert

RGB 8 84 22 -
CMYK 0.90 0 0.74 0.67
HSL 131.05º 0.83% 0.18% -
HSV(B) 131.05º 0.9% 0.33% -
XYZ 3.42 6.45 1.82 -
YUV 54.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 8 84 22 0.90 0 0.74 0.67 131.05 0.83 0.18
Hex 8 54 16 5A 0 4A 43 83 53 12
Octal 10 124 26 132 0 112 103 203 123 22
Binary 1000 1010100 10110 1011010 0 1001010 1000011 10000011 1010011 10010

Color Harmonies of #085416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085416

Black with #085416

Text Example


Text Example

White with #085416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085416; }

 p { color: rgb(8,84,22); }

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

background-color css

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

 a { background-color: rgb(8,84,22); }

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

border-color css

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

 span { border-color: rgb(8,84,22); }

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