Html Css Color HEX #097242 Jewel

📋 copy color: '#097242'

red 9 ◦ green 114 ◦ blue 66

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

Shades of Jewel #097242

Tints of Jewel #097242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.32%

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

R = 4.76%
G = 60.32%
B = 34.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#097242 (or 0x097242) is known color: Jewel. HEX triplet: 09, 72 and 42. RGB value is (9,114,66). Sum of RGB (Red+Green+Blue) = 9+114+66=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #097242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097242 is #F68DBD. Grayscale: #4D4D4D. Windows color (decimal): -16158142 or 4354569. OLE color: 4354569.

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

Color convert

RGB 9 114 66 -
CMYK 0.92 0 0.42 0.55
HSL 152.57º 0.85% 0.24% -
HSV(B) 152.57º 0.92% 0.45% -
XYZ 7.11 12.49 7.19 -
YUV 77.13 121.71 79.4 -
System Red Green Blue C M Y K H S L
Decimal 9 114 66 0.92 0 0.42 0.55 152.57 0.85 0.24
Hex 9 72 42 5C 0 2A 37 99 55 18
Octal 11 162 102 134 0 52 67 231 125 30
Binary 1001 1110010 1000010 1011100 0 101010 110111 10011001 1010101 11000

Color Harmonies of #097242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097242

Black with #097242

Text Example


Text Example

White with #097242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097242; }

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

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

background-color css

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

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

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

border-color css

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

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

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