Html Css Color HEX #096C3C Jewel

📋 copy color: '#096C3C'

red 9 ◦ green 108 ◦ blue 60

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

Shades of Jewel #096C3C

Tints of Jewel #096C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.02%

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

R = 5.08%
G = 61.02%
B = 33.9%

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

#096C3C (or 0x096C3C) is known color: Jewel. HEX triplet: 09, 6C and 3C. RGB value is (9,108,60). Sum of RGB (Red+Green+Blue) = 9+108+60=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #096C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C3C is #F693C3. Grayscale: #494949. Windows color (decimal): -16159684 or 3959817. OLE color: 3959817.

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

Color convert

RGB 9 108 60 -
CMYK 0.92 0 0.44 0.58
HSL 150.91º 0.85% 0.23% -
HSV(B) 150.91º 0.92% 0.42% -
XYZ 6.29 11.11 6.09 -
YUV 72.93 120.7 82.4 -
System Red Green Blue C M Y K H S L
Decimal 9 108 60 0.92 0 0.44 0.58 150.91 0.85 0.23
Hex 9 6C 3C 5C 0 2C 3A 97 55 17
Octal 11 154 74 134 0 54 72 227 125 27
Binary 1001 1101100 111100 1011100 0 101100 111010 10010111 1010101 10111

Color Harmonies of #096C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C3C

Black with #096C3C

Text Example


Text Example

White with #096C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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