Html Css Color HEX #097046 Jewel

📋 copy color: '#097046'

red 9 ◦ green 112 ◦ blue 70

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

Shades of Jewel #097046

Tints of Jewel #097046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.64%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 4.71%
G = 58.64%
B = 36.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#097046 (or 0x097046) is known color: Jewel. HEX triplet: 09, 70 and 46. RGB value is (9,112,70). Sum of RGB (Red+Green+Blue) = 9+112+70=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #097046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097046 is #F68FB9. Grayscale: #4C4C4C. Windows color (decimal): -16158650 or 4616201. OLE color: 4616201.

HSL color Cylindrical-coordinate representation of color #097046: hue angle of 155.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097046 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 112 70 -
CMYK 0.92 0 0.38 0.56
HSL 155.53º 0.85% 0.24% -
HSV(B) 155.53º 0.92% 0.44% -
XYZ 7.01 12.09 7.76 -
YUV 76.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 9 112 70 0.92 0 0.38 0.56 155.53 0.85 0.24
Hex 9 70 46 5C 0 26 38 9C 55 18
Octal 11 160 106 134 0 46 70 234 125 30
Binary 1001 1110000 1000110 1011100 0 100110 111000 10011100 1010101 11000

Color Harmonies of #097046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097046

Black with #097046

Text Example


Text Example

White with #097046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097046; }

 p { color: rgb(9,112,70); }

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

background-color css

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

 a { background-color: rgb(9,112,70); }

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

border-color css

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

 span { border-color: rgb(9,112,70); }

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