Html Css Color HEX #096A42 Jewel

📋 copy color: '#096A42'

red 9 ◦ green 106 ◦ blue 66

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

Shades of Jewel #096A42

Tints of Jewel #096A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 58.56%

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

R = 4.97%
G = 58.56%
B = 36.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#096A42 (or 0x096A42) is known color: Jewel. HEX triplet: 09, 6A and 42. RGB value is (9,106,66). Sum of RGB (Red+Green+Blue) = 9+106+66=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 106 (41.80% from 255 or 58.56% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 106 - color contains mainly: green. Hex color #096A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A42 is #F695BD. Grayscale: #484848. Windows color (decimal): -16160190 or 4352521. OLE color: 4352521.

HSL color Cylindrical-coordinate representation of color #096A42: hue angle of 155.26º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A42 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 66 -
CMYK 0.92 0 0.38 0.58
HSL 155.26º 0.84% 0.23% -
HSV(B) 155.26º 0.92% 0.42% -
XYZ 6.25 10.76 6.9 -
YUV 72.44 124.36 82.75 -
System Red Green Blue C M Y K H S L
Decimal 9 106 66 0.92 0 0.38 0.58 155.26 0.84 0.23
Hex 9 6A 42 5C 0 26 3A 9B 54 17
Octal 11 152 102 134 0 46 72 233 124 27
Binary 1001 1101010 1000010 1011100 0 100110 111010 10011011 1010100 10111

Color Harmonies of #096A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A42

Black with #096A42

Text Example


Text Example

White with #096A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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