Html Css Color HEX #097D4E Salem

📋 copy color: '#097D4E'

red 9 ◦ green 125 ◦ blue 78

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

Shades of Salem #097D4E

Tints of Salem #097D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.96%

 BLUE value IS 78 (30.86% from 255) = 36.79%

R = 4.25%
G = 58.96%
B = 36.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#097D4E (or 0x097D4E) is known color: Salem. HEX triplet: 09, 7D and 4E. RGB value is (9,125,78). Sum of RGB (Red+Green+Blue) = 9+125+78=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #097D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D4E is #F682B1. Grayscale: #555555. Windows color (decimal): -16155314 or 5143817. OLE color: 5143817.

HSL color Cylindrical-coordinate representation of color #097D4E: hue angle of 155.69º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D4E is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 125 78 -
CMYK 0.93 0 0.38 0.51
HSL 155.69º 0.87% 0.26% -
HSV(B) 155.69º 0.93% 0.49% -
XYZ 8.82 15.28 9.69 -
YUV 84.96 124.07 73.82 -
System Red Green Blue C M Y K H S L
Decimal 9 125 78 0.93 0 0.38 0.51 155.69 0.87 0.26
Hex 9 7D 4E 5D 0 26 33 9C 57 1A
Octal 11 175 116 135 0 46 63 234 127 32
Binary 1001 1111101 1001110 1011101 0 100110 110011 10011100 1010111 11010

Color Harmonies of #097D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097D4E

Black with #097D4E

Text Example


Text Example

White with #097D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097D4E; }

 p { color: rgb(9,125,78); }

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

background-color css

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

 a { background-color: rgb(9,125,78); }

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

border-color css

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

 span { border-color: rgb(9,125,78); }

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