Html Css Color HEX #095E42 Jewel

📋 copy color: '#095E42'

red 9 ◦ green 94 ◦ blue 66

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

Shades of Jewel #095E42

Tints of Jewel #095E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 55.62%

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

R = 5.33%
G = 55.62%
B = 39.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#095E42 (or 0x095E42) is known color: Jewel. HEX triplet: 09, 5E and 42. RGB value is (9,94,66). Sum of RGB (Red+Green+Blue) = 9+94+66=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #095E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095E42 is #F6A1BD. Grayscale: #414141. Windows color (decimal): -16163262 or 4349449. OLE color: 4349449.

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

Color convert

RGB 9 94 66 -
CMYK 0.90 0 0.30 0.63
HSL 160.24º 0.83% 0.2% -
HSV(B) 160.24º 0.9% 0.37% -
XYZ 5.1 8.46 6.52 -
YUV 65.39 128.34 87.78 -
System Red Green Blue C M Y K H S L
Decimal 9 94 66 0.90 0 0.30 0.63 160.24 0.83 0.2
Hex 9 5E 42 5A 0 1E 3F A0 53 14
Octal 11 136 102 132 0 36 77 240 123 24
Binary 1001 1011110 1000010 1011010 0 11110 111111 10100000 1010011 10100

Color Harmonies of #095E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E42

Black with #095E42

Text Example


Text Example

White with #095E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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