Html Css Color HEX #085625 Crusoe

📋 copy color: '#085625'

red 8 ◦ green 86 ◦ blue 37

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

Shades of Crusoe #085625

Tints of Crusoe #085625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 65.65%

 BLUE value IS 37 (14.84% from 255) = 28.24%

R = 6.11%
G = 65.65%
B = 28.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#085625 (or 0x085625) is known color: Crusoe. HEX triplet: 08, 56 and 25. RGB value is (8,86,37). Sum of RGB (Red+Green+Blue) = 8+86+37=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #085625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085625 is #F7A9DA. Grayscale: #393939. Windows color (decimal): -16230875 or 2446856. OLE color: 2446856.

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

Color convert

RGB 8 86 37 -
CMYK 0.91 0 0.57 0.66
HSL 142.31º 0.83% 0.18% -
HSV(B) 142.31º 0.91% 0.34% -
XYZ 3.76 6.84 2.87 -
YUV 57.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 8 86 37 0.91 0 0.57 0.66 142.31 0.83 0.18
Hex 8 56 25 5B 0 39 42 8E 53 12
Octal 10 126 45 133 0 71 102 216 123 22
Binary 1000 1010110 100101 1011011 0 111001 1000010 10001110 1010011 10010

Color Harmonies of #085625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085625

Black with #085625

Text Example


Text Example

White with #085625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085625; }

 p { color: rgb(8,86,37); }

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

background-color css

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

 a { background-color: rgb(8,86,37); }

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

border-color css

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

 span { border-color: rgb(8,86,37); }

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