Html Css Color HEX #096040 Jewel

📋 copy color: '#096040'

red 9 ◦ green 96 ◦ blue 64

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

Shades of Jewel #096040

Tints of Jewel #096040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.8%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 5.33%
G = 56.8%
B = 37.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#096040 (or 0x096040) is known color: Jewel. HEX triplet: 09, 60 and 40. RGB value is (9,96,64). Sum of RGB (Red+Green+Blue) = 9+96+64=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #096040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096040 is #F69FBF. Grayscale: #424242. Windows color (decimal): -16162752 or 4218889. OLE color: 4218889.

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

Color convert

RGB 9 96 64 -
CMYK 0.91 0 0.33 0.62
HSL 157.93º 0.83% 0.21% -
HSV(B) 157.93º 0.91% 0.38% -
XYZ 5.22 8.79 6.27 -
YUV 66.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 9 96 64 0.91 0 0.33 0.62 157.93 0.83 0.21
Hex 9 60 40 5B 0 21 3E 9E 53 15
Octal 11 140 100 133 0 41 76 236 123 25
Binary 1001 1100000 1000000 1011011 0 100001 111110 10011110 1010011 10101

Color Harmonies of #096040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096040

Black with #096040

Text Example


Text Example

White with #096040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096040; }

 p { color: rgb(9,96,64); }

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

background-color css

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

 a { background-color: rgb(9,96,64); }

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

border-color css

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

 span { border-color: rgb(9,96,64); }

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