Html Css Color HEX #07853F Salem

📋 copy color: '#07853F'

red 7 ◦ green 133 ◦ blue 63

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

Shades of Salem #07853F

Tints of Salem #07853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.52%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 3.45%
G = 65.52%
B = 31.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#07853F (or 0x07853F) is known color: Salem. HEX triplet: 07, 85 and 3F. RGB value is (7,133,63). Sum of RGB (Red+Green+Blue) = 7+133+63=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #07853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07853F is #F87AC0. Grayscale: #575757. Windows color (decimal): -16284353 or 4162823. OLE color: 4162823.

HSL color Cylindrical-coordinate representation of color #07853F: hue angle of 146.67º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07853F is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 63 -
CMYK 0.95 0 0.53 0.48
HSL 146.67º 0.9% 0.27% -
HSV(B) 146.67º 0.95% 0.52% -
XYZ 9.37 17.18 7.52 -
YUV 87.35 114.26 70.69 -
System Red Green Blue C M Y K H S L
Decimal 7 133 63 0.95 0 0.53 0.48 146.67 0.9 0.27
Hex 7 85 3F 5F 0 35 30 93 5A 1B
Octal 7 205 77 137 0 65 60 223 132 33
Binary 111 10000101 111111 1011111 0 110101 110000 10010011 1011010 11011

Color Harmonies of #07853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07853F

Black with #07853F

Text Example


Text Example

White with #07853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07853F; }

 p { color: rgb(7,133,63); }

 H1.HeaderClassName
 {
   color: #07853F;
 }
 .AnyTagClassName
 {
   color: #07853F;
 }
</style>

background-color css

<style>
 a { background-color: #07853F; }

 a { background-color: rgb(7,133,63); }

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

border-color css

<style>
 span { border-color: #07853F; }

 span { border-color: rgb(7,133,63); }

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