Html Css Color HEX #096642 Jewel

📋 copy color: '#096642'

red 9 ◦ green 102 ◦ blue 66

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

Shades of Jewel #096642

Tints of Jewel #096642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.63%

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

R = 5.08%
G = 57.63%
B = 37.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#096642 (or 0x096642) is known color: Jewel. HEX triplet: 09, 66 and 42. RGB value is (9,102,66). Sum of RGB (Red+Green+Blue) = 9+102+66=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #096642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096642 is #F699BD. Grayscale: #464646. Windows color (decimal): -16161214 or 4351497. OLE color: 4351497.

HSL color Cylindrical-coordinate representation of color #096642: hue angle of 156.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096642 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 66 -
CMYK 0.91 0 0.35 0.6
HSL 156.77º 0.84% 0.22% -
HSV(B) 156.77º 0.91% 0.4% -
XYZ 5.85 9.95 6.77 -
YUV 70.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 9 102 66 0.91 0 0.35 0.6 156.77 0.84 0.22
Hex 9 66 42 5B 0 23 3C 9D 54 16
Octal 11 146 102 133 0 43 74 235 124 26
Binary 1001 1100110 1000010 1011011 0 100011 111100 10011101 1010100 10110

Color Harmonies of #096642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096642

Black with #096642

Text Example


Text Example

White with #096642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096642; }

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

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

background-color css

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

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

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

border-color css

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

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

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