Html Css Color HEX #085922 Crusoe

📋 copy color: '#085922'

red 8 ◦ green 89 ◦ blue 34

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

Shades of Crusoe #085922

Tints of Crusoe #085922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.95%

R = 6.11%
G = 67.94%
B = 25.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#085922 (or 0x085922) is known color: Crusoe. HEX triplet: 08, 59 and 22. RGB value is (8,89,34). Sum of RGB (Red+Green+Blue) = 8+89+34=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #085922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085922 is #F7A6DD. Grayscale: #3A3A3A. Windows color (decimal): -16230110 or 2251016. OLE color: 2251016.

HSL color Cylindrical-coordinate representation of color #085922: hue angle of 139.26º 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 #085922 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 34 -
CMYK 0.91 0 0.62 0.65
HSL 139.26º 0.84% 0.19% -
HSV(B) 139.26º 0.91% 0.35% -
XYZ 3.96 7.31 2.72 -
YUV 58.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 8 89 34 0.91 0 0.62 0.65 139.26 0.84 0.19
Hex 8 59 22 5B 0 3E 41 8B 54 13
Octal 10 131 42 133 0 76 101 213 124 23
Binary 1000 1011001 100010 1011011 0 111110 1000001 10001011 1010100 10011

Color Harmonies of #085922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085922

Black with #085922

Text Example


Text Example

White with #085922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085922; }

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

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

background-color css

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

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

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

border-color css

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

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

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