Html Css Color HEX #096042 Jewel

📋 copy color: '#096042'

red 9 ◦ green 96 ◦ blue 66

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

Shades of Jewel #096042

Tints of Jewel #096042

RGB

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

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

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

R = 5.26%
G = 56.14%
B = 38.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#096042 (or 0x096042) is known color: Jewel. HEX triplet: 09, 60 and 42. RGB value is (9,96,66). Sum of RGB (Red+Green+Blue) = 9+96+66=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #096042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096042 is #F69FBD. Grayscale: #424242. Windows color (decimal): -16162750 or 4349961. OLE color: 4349961.

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

Color convert

RGB 9 96 66 -
CMYK 0.91 0 0.31 0.62
HSL 159.31º 0.83% 0.21% -
HSV(B) 159.31º 0.91% 0.38% -
XYZ 5.28 8.82 6.58 -
YUV 66.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 9 96 66 0.91 0 0.31 0.62 159.31 0.83 0.21
Hex 9 60 42 5B 0 1F 3E 9F 53 15
Octal 11 140 102 133 0 37 76 237 123 25
Binary 1001 1100000 1000010 1011011 0 11111 111110 10011111 1010011 10101

Color Harmonies of #096042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096042

Black with #096042

Text Example


Text Example

White with #096042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096042; }

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

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

background-color css

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

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

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

border-color css

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

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

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