#095F42

Color #095F42 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #095F42

Tints of Jewel #095F42

Color information

#095F42 (or 0x095F42) is unknown color: approx Jewel. HEX triplet: 09, 5F and 42. RGB value is (9,95,66). Sum of RGB (Red+Green+Blue) = 9+95+66=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #095F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F42 is #F6A0BD. Grayscale: #424242. Windows color (decimal): -16163006 or 4349705. OLE color: 4349705.

HSL color Cylindrical-coordinate representation of color #095F42: hue angle of 159.77º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F42 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB99566-
CMYK0.9100.310.63
HSL159.77º82.69%20.39%-
HSV(B)159.77º90.53%37.25%-
XYZ5.198.646.55-
YUV65.98128.0187.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 95 (37.5% from 255) = 55.88%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=5.29%
G=55.88%
B=38.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995660.9100.310.63159.7782.6920.39
Hex95F425B01F3Fa05314
Octal111371021330377724012324
Binary100110111111000010101101101111111111110100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095F42; }

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

 H1.HeaderClassName
 {
   color: #095F42;
 }
 .AnyTagClassName
 {
   color: #095F42;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #095F42;
 }
 .BgClassName
 {
   background-color: #095F42;
 }
</style>
border-color css

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

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

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