Html Css Color HEX #095942 Jewel

📋 copy color: '#095942'

red 9 ◦ green 89 ◦ blue 66

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

Shades of Jewel #095942

Tints of Jewel #095942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.27%

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

R = 5.49%
G = 54.27%
B = 40.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#095942 (or 0x095942) is known color: Jewel. HEX triplet: 09, 59 and 42. RGB value is (9,89,66). Sum of RGB (Red+Green+Blue) = 9+89+66=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #095942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095942 is #F6A6BD. Grayscale: #3E3E3E. Windows color (decimal): -16164542 or 4348169. OLE color: 4348169.

HSL color Cylindrical-coordinate representation of color #095942: hue angle of 162.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095942 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 66 -
CMYK 0.90 0 0.26 0.65
HSL 162.75º 0.82% 0.19% -
HSV(B) 162.75º 0.9% 0.35% -
XYZ 4.67 7.6 6.37 -
YUV 62.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 9 89 66 0.90 0 0.26 0.65 162.75 0.82 0.19
Hex 9 59 42 5A 0 1A 41 A3 52 13
Octal 11 131 102 132 0 32 101 243 122 23
Binary 1001 1011001 1000010 1011010 0 11010 1000001 10100011 1010010 10011

Color Harmonies of #095942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095942

Black with #095942

Text Example


Text Example

White with #095942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095942; }

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

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

background-color css

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

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

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

border-color css

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

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

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