Html Css Color HEX #096831 Crusoe

📋 copy color: '#096831'

red 9 ◦ green 104 ◦ blue 49

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

Shades of Crusoe #096831

Tints of Crusoe #096831

RGB

 RED value IS 9 (3.91% from 255) = 5.56%

 GREEN value IS 104 (41.02% from 255) = 64.2%

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 5.56%
G = 64.2%
B = 30.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#096831 (or 0x096831) is known color: Crusoe. HEX triplet: 09, 68 and 31. RGB value is (9,104,49). Sum of RGB (Red+Green+Blue) = 9+104+49=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #096831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096831 is #F697CE. Grayscale: #454545. Windows color (decimal): -16160719 or 3237897. OLE color: 3237897.

HSL color Cylindrical-coordinate representation of color #096831: hue angle of 145.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096831 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 49 -
CMYK 0.91 0 0.53 0.59
HSL 145.26º 0.84% 0.22% -
HSV(B) 145.26º 0.91% 0.41% -
XYZ 5.62 10.18 4.57 -
YUV 69.33 116.53 84.97 -
System Red Green Blue C M Y K H S L
Decimal 9 104 49 0.91 0 0.53 0.59 145.26 0.84 0.22
Hex 9 68 31 5B 0 35 3B 91 54 16
Octal 11 150 61 133 0 65 73 221 124 26
Binary 1001 1101000 110001 1011011 0 110101 111011 10010001 1010100 10110

Color Harmonies of #096831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096831

Black with #096831

Text Example


Text Example

White with #096831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096831; }

 p { color: rgb(9,104,49); }

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

background-color css

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

 a { background-color: rgb(9,104,49); }

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

border-color css

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

 span { border-color: rgb(9,104,49); }

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