Html Css Color HEX #095F42 Jewel

📋 copy color: '#095F42'

red 9 ◦ green 95 ◦ blue 66

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

Shades of Jewel #095F42

Tints of Jewel #095F42

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 value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#095F42 (or 0x095F42) is known color: 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

RGB 9 95 66 -
CMYK 0.91 0 0.31 0.63
HSL 159.77º 0.83% 0.2% -
HSV(B) 159.77º 0.91% 0.37% -
XYZ 5.19 8.64 6.55 -
YUV 65.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 9 95 66 0.91 0 0.31 0.63 159.77 0.83 0.2
Hex 9 5F 42 5B 0 1F 3F A0 53 14
Octal 11 137 102 133 0 37 77 240 123 24
Binary 1001 1011111 1000010 1011011 0 11111 111111 10100000 1010011 10100

Color Harmonies of #095F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F42

Black with #095F42

Text Example


Text Example

White with #095F42

Text Example


Text Example

HTML Codes & Css Web 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>