Html Css Color HEX #085714 Crusoe

📋 copy color: '#085714'

red 8 ◦ green 87 ◦ blue 20

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

Shades of Crusoe #085714

Tints of Crusoe #085714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 75.65%

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

R = 6.96%
G = 75.65%
B = 17.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#085714 (or 0x085714) is known color: Crusoe. HEX triplet: 08, 57 and 14. RGB value is (8,87,20). Sum of RGB (Red+Green+Blue) = 8+87+20=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 87 (34.38% from 255 or 75.65% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 87 - color contains mainly: green. Hex color #085714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085714 is #F7A8EB. Grayscale: #373737. Windows color (decimal): -16230636 or 1333000. OLE color: 1333000.

HSL color Cylindrical-coordinate representation of color #085714: hue angle of 129.11º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085714 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 87 20 -
CMYK 0.91 0 0.77 0.66
HSL 129.11º 0.83% 0.19% -
HSV(B) 129.11º 0.91% 0.34% -
XYZ 3.63 6.92 1.81 -
YUV 55.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 8 87 20 0.91 0 0.77 0.66 129.11 0.83 0.19
Hex 8 57 14 5B 0 4D 42 81 53 13
Octal 10 127 24 133 0 115 102 201 123 23
Binary 1000 1010111 10100 1011011 0 1001101 1000010 10000001 1010011 10011

Color Harmonies of #085714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085714

Black with #085714

Text Example


Text Example

White with #085714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085714; }

 p { color: rgb(8,87,20); }

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

background-color css

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

 a { background-color: rgb(8,87,20); }

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

border-color css

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

 span { border-color: rgb(8,87,20); }

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