Html Css Color HEX #097045 Jewel

📋 copy color: '#097045'

red 9 ◦ green 112 ◦ blue 69

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

Shades of Jewel #097045

Tints of Jewel #097045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.32%

R = 4.74%
G = 58.95%
B = 36.32%

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

#097045 (or 0x097045) is known color: Jewel. HEX triplet: 09, 70 and 45. RGB value is (9,112,69). Sum of RGB (Red+Green+Blue) = 9+112+69=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #097045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097045 is #F68FBA. Grayscale: #4C4C4C. Windows color (decimal): -16158651 or 4550665. OLE color: 4550665.

HSL color Cylindrical-coordinate representation of color #097045: hue angle of 154.95º 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 #097045 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 112 69 -
CMYK 0.92 0 0.38 0.56
HSL 154.95º 0.85% 0.24% -
HSV(B) 154.95º 0.92% 0.44% -
XYZ 6.98 12.08 7.59 -
YUV 76.3 123.88 80 -
System Red Green Blue C M Y K H S L
Decimal 9 112 69 0.92 0 0.38 0.56 154.95 0.85 0.24
Hex 9 70 45 5C 0 26 38 9B 55 18
Octal 11 160 105 134 0 46 70 233 125 30
Binary 1001 1110000 1000101 1011100 0 100110 111000 10011011 1010101 11000

Color Harmonies of #097045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097045

Black with #097045

Text Example


Text Example

White with #097045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097045; }

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

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

background-color css

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

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

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

border-color css

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

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

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