Html Css Color HEX #096A19 Crusoe

📋 copy color: '#096A19'

red 9 ◦ green 106 ◦ blue 25

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

Shades of Crusoe #096A19

Tints of Crusoe #096A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 75.71%

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

R = 6.43%
G = 75.71%
B = 17.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#096A19 (or 0x096A19) is known color: Crusoe. HEX triplet: 09, 6A and 19. RGB value is (9,106,25). Sum of RGB (Red+Green+Blue) = 9+106+25=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 106 (41.80% from 255 or 75.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 106 - color contains mainly: green. Hex color #096A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096A19 is #F695E6. Grayscale: #434343. Windows color (decimal): -16160231 or 1665545. OLE color: 1665545.

HSL color Cylindrical-coordinate representation of color #096A19: hue angle of 129.9º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A19 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 25 -
CMYK 0.92 0 0.76 0.58
HSL 129.9º 0.84% 0.23% -
HSV(B) 129.9º 0.92% 0.42% -
XYZ 5.44 10.44 2.65 -
YUV 67.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 9 106 25 0.92 0 0.76 0.58 129.9 0.84 0.23
Hex 9 6A 19 5C 0 4C 3A 82 54 17
Octal 11 152 31 134 0 114 72 202 124 27
Binary 1001 1101010 11001 1011100 0 1001100 111010 10000010 1010100 10111

Color Harmonies of #096A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A19

Black with #096A19

Text Example


Text Example

White with #096A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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