Html Css Color HEX #085125 Crusoe

📋 copy color: '#085125'

red 8 ◦ green 81 ◦ blue 37

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

Shades of Crusoe #085125

Tints of Crusoe #085125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 64.29%

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

R = 6.35%
G = 64.29%
B = 29.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#085125 (or 0x085125) is known color: Crusoe. HEX triplet: 08, 51 and 25. RGB value is (8,81,37). Sum of RGB (Red+Green+Blue) = 8+81+37=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #085125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085125 is #F7AEDA. Grayscale: #363636. Windows color (decimal): -16232155 or 2445576. OLE color: 2445576.

HSL color Cylindrical-coordinate representation of color #085125: hue angle of 143.84º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085125 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 37 -
CMYK 0.90 0 0.54 0.68
HSL 143.84º 0.82% 0.17% -
HSV(B) 143.84º 0.9% 0.32% -
XYZ 3.38 6.07 2.74 -
YUV 54.16 118.32 95.08 -
System Red Green Blue C M Y K H S L
Decimal 8 81 37 0.90 0 0.54 0.68 143.84 0.82 0.17
Hex 8 51 25 5A 0 36 44 90 52 11
Octal 10 121 45 132 0 66 104 220 122 21
Binary 1000 1010001 100101 1011010 0 110110 1000100 10010000 1010010 10001

Color Harmonies of #085125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085125

Black with #085125

Text Example


Text Example

White with #085125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085125; }

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

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

background-color css

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

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

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

border-color css

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

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

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