Html Css Color HEX #096B3C Jewel

📋 copy color: '#096B3C'

red 9 ◦ green 107 ◦ blue 60

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

Shades of Jewel #096B3C

Tints of Jewel #096B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 60.8%

 BLUE value IS 60 (23.83% from 255) = 34.09%

R = 5.11%
G = 60.8%
B = 34.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#096B3C (or 0x096B3C) is known color: Jewel. HEX triplet: 09, 6B and 3C. RGB value is (9,107,60). Sum of RGB (Red+Green+Blue) = 9+107+60=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #096B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B3C is #F694C3. Grayscale: #484848. Windows color (decimal): -16159940 or 3959561. OLE color: 3959561.

HSL color Cylindrical-coordinate representation of color #096B3C: hue angle of 151.22º 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 #096B3C is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 60 -
CMYK 0.92 0 0.44 0.58
HSL 151.22º 0.84% 0.23% -
HSV(B) 151.22º 0.92% 0.42% -
XYZ 6.19 10.9 6.05 -
YUV 72.34 121.03 82.82 -
System Red Green Blue C M Y K H S L
Decimal 9 107 60 0.92 0 0.44 0.58 151.22 0.84 0.23
Hex 9 6B 3C 5C 0 2C 3A 97 54 17
Octal 11 153 74 134 0 54 72 227 124 27
Binary 1001 1101011 111100 1011100 0 101100 111010 10010111 1010100 10111

Color Harmonies of #096B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B3C

Black with #096B3C

Text Example


Text Example

White with #096B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,107,60); }

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

background-color css

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

 a { background-color: rgb(9,107,60); }

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

border-color css

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

 span { border-color: rgb(9,107,60); }

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