#07814B

Color #07814B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #07814B

Tints of Salem #07814B

Color information

#07814B (or 0x07814B) is unknown color: approx Salem. HEX triplet: 07, 81 and 4B. RGB value is (7,129,75). Sum of RGB (Red+Green+Blue) = 7+129+75=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #07814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07814B is #F87EB4. Grayscale: #565656. Windows color (decimal): -16285365 or 4948231. OLE color: 4948231.

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

Color convert

RGB712975-
CMYK0.9500.420.49
HSL153.44º89.71%26.67%-
HSV(B)153.44º94.57%50.59%-
XYZ9.2116.259.31-
YUV86.37121.5871.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 129 (50.78% from 255) = 61.14%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=3.32%
G=61.14%
B=35.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7129750.9500.420.49153.4489.7126.67
Hex7814B5F02A31995a1b
Octal72011131370526123113233
Binary1111000000110010111011111010101011000110011001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07814B;
 }
 .AnyTagClassName
 {
   color: #07814B;
 }
</style>
background-color css

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

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

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

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

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

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