Html Css Color HEX #095F46 Jewel

📋 copy color: '#095F46'

red 9 ◦ green 95 ◦ blue 70

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

Shades of Jewel #095F46

Tints of Jewel #095F46

RGB

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

 GREEN value IS 95 (37.5% from 255) = 54.6%

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 5.17%
G = 54.6%
B = 40.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#095F46 (or 0x095F46) is known color: Jewel. HEX triplet: 09, 5F and 46. RGB value is (9,95,70). Sum of RGB (Red+Green+Blue) = 9+95+70=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 95 (37.5% from 255 or 54.60% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 95 - color contains mainly: green. Hex color #095F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F46 is #F6A0B9. Grayscale: #424242. Windows color (decimal): -16163002 or 4611849. OLE color: 4611849.

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

Color convert

RGB 9 95 70 -
CMYK 0.91 0 0.26 0.63
HSL 162.56º 0.83% 0.2% -
HSV(B) 162.56º 0.91% 0.37% -
XYZ 5.31 8.68 7.19 -
YUV 66.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 9 95 70 0.91 0 0.26 0.63 162.56 0.83 0.2
Hex 9 5F 46 5B 0 1A 3F A3 53 14
Octal 11 137 106 133 0 32 77 243 123 24
Binary 1001 1011111 1000110 1011011 0 11010 111111 10100011 1010011 10100

Color Harmonies of #095F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F46

Black with #095F46

Text Example


Text Example

White with #095F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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