Html Css Color HEX #096342 Jewel

📋 copy color: '#096342'

red 9 ◦ green 99 ◦ blue 66

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

Shades of Jewel #096342

Tints of Jewel #096342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.9%

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

R = 5.17%
G = 56.9%
B = 37.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#096342 (or 0x096342) is known color: Jewel. HEX triplet: 09, 63 and 42. RGB value is (9,99,66). Sum of RGB (Red+Green+Blue) = 9+99+66=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #096342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096342 is #F69CBD. Grayscale: #444444. Windows color (decimal): -16161982 or 4350729. OLE color: 4350729.

HSL color Cylindrical-coordinate representation of color #096342: hue angle of 158º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096342 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 99 66 -
CMYK 0.91 0 0.33 0.61
HSL 158º 0.83% 0.21% -
HSV(B) 158º 0.91% 0.39% -
XYZ 5.56 9.38 6.67 -
YUV 68.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 9 99 66 0.91 0 0.33 0.61 158 0.83 0.21
Hex 9 63 42 5B 0 21 3D 9E 53 15
Octal 11 143 102 133 0 41 75 236 123 25
Binary 1001 1100011 1000010 1011011 0 100001 111101 10011110 1010011 10101

Color Harmonies of #096342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096342

Black with #096342

Text Example


Text Example

White with #096342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096342; }

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

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

background-color css

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

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

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

border-color css

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

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

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