Html Css Color HEX #07814E Salem

📋 copy color: '#07814E'

red 7 ◦ green 129 ◦ blue 78

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

Shades of Salem #07814E

Tints of Salem #07814E

RGB

 RED value IS 7 (3.13% from 255) = 3.27%

 GREEN value IS 129 (50.78% from 255) = 60.28%

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

R = 3.27%
G = 60.28%
B = 36.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#07814E (or 0x07814E) is known color: Salem. HEX triplet: 07, 81 and 4E. RGB value is (7,129,78). Sum of RGB (Red+Green+Blue) = 7+129+78=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #07814E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07814E is #F87EB1. Grayscale: #565656. Windows color (decimal): -16285362 or 5144839. OLE color: 5144839.

HSL color Cylindrical-coordinate representation of color #07814E: hue angle of 154.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07814E is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 129 78 -
CMYK 0.95 0 0.40 0.49
HSL 154.92º 0.9% 0.27% -
HSV(B) 154.92º 0.95% 0.51% -
XYZ 9.31 16.3 9.86 -
YUV 86.71 123.08 71.15 -
System Red Green Blue C M Y K H S L
Decimal 7 129 78 0.95 0 0.40 0.49 154.92 0.9 0.27
Hex 7 81 4E 5F 0 28 31 9B 5A 1B
Octal 7 201 116 137 0 50 61 233 132 33
Binary 111 10000001 1001110 1011111 0 101000 110001 10011011 1011010 11011

Color Harmonies of #07814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07814E

Black with #07814E

Text Example


Text Example

White with #07814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07814E; }

 p { color: rgb(7,129,78); }

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

background-color css

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

 a { background-color: rgb(7,129,78); }

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

border-color css

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

 span { border-color: rgb(7,129,78); }

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