Html Css Color HEX #096842 Jewel

📋 copy color: '#096842'

red 9 ◦ green 104 ◦ blue 66

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

Shades of Jewel #096842

Tints of Jewel #096842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.87%

R = 5.03%
G = 58.1%
B = 36.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#096842 (or 0x096842) is known color: Jewel. HEX triplet: 09, 68 and 42. RGB value is (9,104,66). Sum of RGB (Red+Green+Blue) = 9+104+66=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #096842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096842 is #F697BD. Grayscale: #474747. Windows color (decimal): -16160702 or 4352009. OLE color: 4352009.

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

Color convert

RGB 9 104 66 -
CMYK 0.91 0 0.37 0.59
HSL 156º 0.84% 0.22% -
HSV(B) 156º 0.91% 0.41% -
XYZ 6.05 10.35 6.83 -
YUV 71.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 9 104 66 0.91 0 0.37 0.59 156 0.84 0.22
Hex 9 68 42 5B 0 25 3B 9C 54 16
Octal 11 150 102 133 0 45 73 234 124 26
Binary 1001 1101000 1000010 1011011 0 100101 111011 10011100 1010100 10110

Color Harmonies of #096842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096842

Black with #096842

Text Example


Text Example

White with #096842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096842; }

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

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

background-color css

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

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

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

border-color css

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

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

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