#095F3F

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

Shades of Jewel #095F3F

Tints of Jewel #095F3F

Color information

#095F3F (or 0x095F3F) is unknown color: approx Jewel. HEX triplet: 09, 5F and 3F. RGB value is (9,95,63). Sum of RGB (Red+Green+Blue) = 9+95+63=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 95 (37.5% from 255 or 56.89% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 95 - color contains mainly: green. Hex color #095F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F3F is #F6A0C0. Grayscale: #414141. Windows color (decimal): -16163009 or 4153097. OLE color: 4153097.

HSL color Cylindrical-coordinate representation of color #095F3F: hue angle of 157.67º 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 #095F3F is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB99563-
CMYK0.9100.340.63
HSL157.67º82.69%20.39%-
HSV(B)157.67º90.53%37.25%-
XYZ5.18.66.09-
YUV65.64126.5187.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 95 (37.5% from 255) = 56.89%
BLUE value IS 63 (25% from 255) = 37.72%
R=5.39%
G=56.89%
B=37.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995630.9100.340.63157.6782.6920.39
Hex95F3F5B0223F9e5314
Octal11137771330427723612324
Binary100110111111111111011011010001011111110011110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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