Html Css Color HEX #096940 Jewel

📋 copy color: '#096940'

red 9 ◦ green 105 ◦ blue 64

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

Shades of Jewel #096940

Tints of Jewel #096940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 5.06%
G = 58.99%
B = 35.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#096940 (or 0x096940) is known color: Jewel. HEX triplet: 09, 69 and 40. RGB value is (9,105,64). Sum of RGB (Red+Green+Blue) = 9+105+64=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #096940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096940 is #F696BF. Grayscale: #474747. Windows color (decimal): -16160448 or 4221193. OLE color: 4221193.

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

Color convert

RGB 9 105 64 -
CMYK 0.91 0 0.39 0.59
HSL 154.38º 0.84% 0.22% -
HSV(B) 154.38º 0.91% 0.41% -
XYZ 6.09 10.53 6.56 -
YUV 71.62 123.7 83.33 -
System Red Green Blue C M Y K H S L
Decimal 9 105 64 0.91 0 0.39 0.59 154.38 0.84 0.22
Hex 9 69 40 5B 0 27 3B 9A 54 16
Octal 11 151 100 133 0 47 73 232 124 26
Binary 1001 1101001 1000000 1011011 0 100111 111011 10011010 1010100 10110

Color Harmonies of #096940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096940

Black with #096940

Text Example


Text Example

White with #096940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096940; }

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

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

background-color css

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

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

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

border-color css

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

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

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