Html Css Color HEX #096919 Crusoe

📋 copy color: '#096919'

red 9 ◦ green 105 ◦ blue 25

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

Shades of Crusoe #096919

Tints of Crusoe #096919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 75.54%

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

R = 6.47%
G = 75.54%
B = 17.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#096919 (or 0x096919) is known color: Crusoe. HEX triplet: 09, 69 and 19. RGB value is (9,105,25). Sum of RGB (Red+Green+Blue) = 9+105+25=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 105 (41.41% from 255 or 75.54% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 105 - color contains mainly: green. Hex color #096919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096919 is #F696E6. Grayscale: #434343. Windows color (decimal): -16160487 or 1665289. OLE color: 1665289.

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

Color convert

RGB 9 105 25 -
CMYK 0.91 0 0.76 0.59
HSL 130º 0.84% 0.22% -
HSV(B) 130º 0.91% 0.41% -
XYZ 5.34 10.23 2.61 -
YUV 67.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 9 105 25 0.91 0 0.76 0.59 130 0.84 0.22
Hex 9 69 19 5B 0 4C 3B 82 54 16
Octal 11 151 31 133 0 114 73 202 124 26
Binary 1001 1101001 11001 1011011 0 1001100 111011 10000010 1010100 10110

Color Harmonies of #096919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096919

Black with #096919

Text Example


Text Example

White with #096919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096919; }

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

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

background-color css

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

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

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

border-color css

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

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

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