Html Css Color HEX #07814C Salem

📋 copy color: '#07814C'

red 7 ◦ green 129 ◦ blue 76

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

Shades of Salem #07814C

Tints of Salem #07814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 3.3%
G = 60.85%
B = 35.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#07814C (or 0x07814C) is known color: Salem. HEX triplet: 07, 81 and 4C. RGB value is (7,129,76). Sum of RGB (Red+Green+Blue) = 7+129+76=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #07814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07814C is #F87EB3. Grayscale: #565656. Windows color (decimal): -16285364 or 5013767. OLE color: 5013767.

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

Color convert

RGB 7 129 76 -
CMYK 0.95 0 0.41 0.49
HSL 153.93º 0.9% 0.27% -
HSV(B) 153.93º 0.95% 0.51% -
XYZ 9.24 16.27 9.49 -
YUV 86.48 122.08 71.31 -
System Red Green Blue C M Y K H S L
Decimal 7 129 76 0.95 0 0.41 0.49 153.93 0.9 0.27
Hex 7 81 4C 5F 0 29 31 9A 5A 1B
Octal 7 201 114 137 0 51 61 232 132 33
Binary 111 10000001 1001100 1011111 0 101001 110001 10011010 1011010 11011

Color Harmonies of #07814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07814C

Black with #07814C

Text Example


Text Example

White with #07814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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