Html Css Color HEX #07814D Salem

📋 copy color: '#07814D'

red 7 ◦ green 129 ◦ blue 77

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

Shades of Salem #07814D

Tints of Salem #07814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 3.29%
G = 60.56%
B = 36.15%

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

#07814D (or 0x07814D) is known color: Salem. HEX triplet: 07, 81 and 4D. RGB value is (7,129,77). Sum of RGB (Red+Green+Blue) = 7+129+77=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #07814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07814D is #F87EB2. Grayscale: #565656. Windows color (decimal): -16285363 or 5079303. OLE color: 5079303.

HSL color Cylindrical-coordinate representation of color #07814D: hue angle of 154.43º 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 #07814D is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 129 77 -
CMYK 0.95 0 0.40 0.49
HSL 154.43º 0.9% 0.27% -
HSV(B) 154.43º 0.95% 0.51% -
XYZ 9.28 16.28 9.67 -
YUV 86.59 122.58 71.23 -
System Red Green Blue C M Y K H S L
Decimal 7 129 77 0.95 0 0.40 0.49 154.43 0.9 0.27
Hex 7 81 4D 5F 0 28 31 9A 5A 1B
Octal 7 201 115 137 0 50 61 232 132 33
Binary 111 10000001 1001101 1011111 0 101000 110001 10011010 1011010 11011

Color Harmonies of #07814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07814D

Black with #07814D

Text Example


Text Example

White with #07814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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