Html Css Color HEX #085925 Crusoe

📋 copy color: '#085925'

red 8 ◦ green 89 ◦ blue 37

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

Shades of Crusoe #085925

Tints of Crusoe #085925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 66.42%

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

R = 5.97%
G = 66.42%
B = 27.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#085925 (or 0x085925) is known color: Crusoe. HEX triplet: 08, 59 and 25. RGB value is (8,89,37). Sum of RGB (Red+Green+Blue) = 8+89+37=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #085925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085925 is #F7A6DA. Grayscale: #3A3A3A. Windows color (decimal): -16230107 or 2447624. OLE color: 2447624.

HSL color Cylindrical-coordinate representation of color #085925: hue angle of 141.48º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085925 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 37 -
CMYK 0.91 0 0.58 0.65
HSL 141.48º 0.84% 0.19% -
HSV(B) 141.48º 0.91% 0.35% -
XYZ 4.01 7.33 2.95 -
YUV 58.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 8 89 37 0.91 0 0.58 0.65 141.48 0.84 0.19
Hex 8 59 25 5B 0 3A 41 8D 54 13
Octal 10 131 45 133 0 72 101 215 124 23
Binary 1000 1011001 100101 1011011 0 111010 1000001 10001101 1010100 10011

Color Harmonies of #085925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085925

Black with #085925

Text Example


Text Example

White with #085925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085925; }

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

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

background-color css

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

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

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

border-color css

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

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

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