Html Css Color HEX #07814B Salem

📋 copy color: '#07814B'

red 7 ◦ green 129 ◦ blue 75

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

Shades of Salem #07814B

Tints of Salem #07814B

RGB

 RED value IS 7 (3.13% 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 value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#07814B (or 0x07814B) is known color: 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

RGB 7 129 75 -
CMYK 0.95 0 0.42 0.49
HSL 153.44º 0.9% 0.27% -
HSV(B) 153.44º 0.95% 0.51% -
XYZ 9.21 16.25 9.31 -
YUV 86.37 121.58 71.39 -
System Red Green Blue C M Y K H S L
Decimal 7 129 75 0.95 0 0.42 0.49 153.44 0.9 0.27
Hex 7 81 4B 5F 0 2A 31 99 5A 1B
Octal 7 201 113 137 0 52 61 231 132 33
Binary 111 10000001 1001011 1011111 0 101010 110001 10011001 1011010 11011

Color Harmonies of #07814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07814B

Black with #07814B

Text Example


Text Example

White with #07814B

Text Example


Text Example

HTML Codes & Css Web 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>