Html Css Color HEX #096119 Crusoe

📋 copy color: '#096119'

red 9 ◦ green 97 ◦ blue 25

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

Shades of Crusoe #096119

Tints of Crusoe #096119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 74.05%

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 6.87%
G = 74.05%
B = 19.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#096119 (or 0x096119) is known color: Crusoe. HEX triplet: 09, 61 and 19. RGB value is (9,97,25). Sum of RGB (Red+Green+Blue) = 9+97+25=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 97 (38.28% from 255 or 74.05% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 97 - color contains mainly: green. Hex color #096119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096119 is #F69EE6. Grayscale: #3E3E3E. Windows color (decimal): -16162535 or 1663241. OLE color: 1663241.

HSL color Cylindrical-coordinate representation of color #096119: hue angle of 130.91º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096119 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 25 -
CMYK 0.91 0 0.74 0.62
HSL 130.91º 0.83% 0.21% -
HSV(B) 130.91º 0.91% 0.38% -
XYZ 4.56 8.68 2.35 -
YUV 62.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 9 97 25 0.91 0 0.74 0.62 130.91 0.83 0.21
Hex 9 61 19 5B 0 4A 3E 83 53 15
Octal 11 141 31 133 0 112 76 203 123 25
Binary 1001 1100001 11001 1011011 0 1001010 111110 10000011 1010011 10101

Color Harmonies of #096119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096119

Black with #096119

Text Example


Text Example

White with #096119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096119; }

 p { color: rgb(9,97,25); }

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

background-color css

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

 a { background-color: rgb(9,97,25); }

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

border-color css

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

 span { border-color: rgb(9,97,25); }

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