Html Css Color HEX #096846 Jewel

📋 copy color: '#096846'

red 9 ◦ green 104 ◦ blue 70

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

Shades of Jewel #096846

Tints of Jewel #096846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.83%

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 4.92%
G = 56.83%
B = 38.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#096846 (or 0x096846) is known color: Jewel. HEX triplet: 09, 68 and 46. RGB value is (9,104,70). Sum of RGB (Red+Green+Blue) = 9+104+70=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #096846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096846 is #F697B9. Grayscale: #474747. Windows color (decimal): -16160698 or 4614153. OLE color: 4614153.

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

Color convert

RGB 9 104 70 -
CMYK 0.91 0 0.33 0.59
HSL 158.53º 0.84% 0.22% -
HSV(B) 158.53º 0.91% 0.41% -
XYZ 6.17 10.4 7.48 -
YUV 71.72 127.03 83.26 -
System Red Green Blue C M Y K H S L
Decimal 9 104 70 0.91 0 0.33 0.59 158.53 0.84 0.22
Hex 9 68 46 5B 0 21 3B 9F 54 16
Octal 11 150 106 133 0 41 73 237 124 26
Binary 1001 1101000 1000110 1011011 0 100001 111011 10011111 1010100 10110

Color Harmonies of #096846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096846

Black with #096846

Text Example


Text Example

White with #096846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096846; }

 p { color: rgb(9,104,70); }

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

background-color css

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

 a { background-color: rgb(9,104,70); }

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

border-color css

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

 span { border-color: rgb(9,104,70); }

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