Html Css Color HEX #085126 Crusoe

📋 copy color: '#085126'

red 8 ◦ green 81 ◦ blue 38

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

Shades of Crusoe #085126

Tints of Crusoe #085126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 6.3%
G = 63.78%
B = 29.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#085126 (or 0x085126) is known color: Crusoe. HEX triplet: 08, 51 and 26. RGB value is (8,81,38). Sum of RGB (Red+Green+Blue) = 8+81+38=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #085126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085126 is #F7AED9. Grayscale: #363636. Windows color (decimal): -16232154 or 2511112. OLE color: 2511112.

HSL color Cylindrical-coordinate representation of color #085126: hue angle of 144.66º 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 #085126 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 38 -
CMYK 0.90 0 0.53 0.68
HSL 144.66º 0.82% 0.17% -
HSV(B) 144.66º 0.9% 0.32% -
XYZ 3.39 6.08 2.83 -
YUV 54.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 8 81 38 0.90 0 0.53 0.68 144.66 0.82 0.17
Hex 8 51 26 5A 0 35 44 91 52 11
Octal 10 121 46 132 0 65 104 221 122 21
Binary 1000 1010001 100110 1011010 0 110101 1000100 10010001 1010010 10001

Color Harmonies of #085126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085126

Black with #085126

Text Example


Text Example

White with #085126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085126; }

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

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

background-color css

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

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

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

border-color css

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

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

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