Html Css Color HEX #096142 Jewel

📋 copy color: '#096142'

red 9 ◦ green 97 ◦ blue 66

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

Shades of Jewel #096142

Tints of Jewel #096142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.4%

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

R = 5.23%
G = 56.4%
B = 38.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#096142 (or 0x096142) is known color: Jewel. HEX triplet: 09, 61 and 42. RGB value is (9,97,66). Sum of RGB (Red+Green+Blue) = 9+97+66=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #096142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096142 is #F69EBD. Grayscale: #434343. Windows color (decimal): -16162494 or 4350217. OLE color: 4350217.

HSL color Cylindrical-coordinate representation of color #096142: hue angle of 158.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096142 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 66 -
CMYK 0.91 0 0.32 0.62
HSL 158.86º 0.83% 0.21% -
HSV(B) 158.86º 0.91% 0.38% -
XYZ 5.37 9 6.61 -
YUV 67.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 9 97 66 0.91 0 0.32 0.62 158.86 0.83 0.21
Hex 9 61 42 5B 0 20 3E 9F 53 15
Octal 11 141 102 133 0 40 76 237 123 25
Binary 1001 1100001 1000010 1011011 0 100000 111110 10011111 1010011 10101

Color Harmonies of #096142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096142

Black with #096142

Text Example


Text Example

White with #096142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096142; }

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

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

background-color css

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

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

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

border-color css

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

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

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