Html Css Color HEX #097145 Jewel

📋 copy color: '#097145'

red 9 ◦ green 113 ◦ blue 69

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

Shades of Jewel #097145

Tints of Jewel #097145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.16%

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

R = 4.71%
G = 59.16%
B = 36.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#097145 (or 0x097145) is known color: Jewel. HEX triplet: 09, 71 and 45. RGB value is (9,113,69). Sum of RGB (Red+Green+Blue) = 9+113+69=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #097145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097145 is #F68EBA. Grayscale: #4C4C4C. Windows color (decimal): -16158395 or 4550921. OLE color: 4550921.

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

Color convert

RGB 9 113 69 -
CMYK 0.92 0 0.39 0.56
HSL 154.62º 0.85% 0.24% -
HSV(B) 154.62º 0.92% 0.44% -
XYZ 7.09 12.3 7.63 -
YUV 76.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 9 113 69 0.92 0 0.39 0.56 154.62 0.85 0.24
Hex 9 71 45 5C 0 27 38 9B 55 18
Octal 11 161 105 134 0 47 70 233 125 30
Binary 1001 1110001 1000101 1011100 0 100111 111000 10011011 1010101 11000

Color Harmonies of #097145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097145

Black with #097145

Text Example


Text Example

White with #097145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097145; }

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

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

background-color css

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

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

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

border-color css

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

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

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