Html Css Color HEX #07853C Salem

📋 copy color: '#07853C'

red 7 ◦ green 133 ◦ blue 60

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

Shades of Salem #07853C

Tints of Salem #07853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30%

R = 3.5%
G = 66.5%
B = 30%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#07853C (or 0x07853C) is known color: Salem. HEX triplet: 07, 85 and 3C. RGB value is (7,133,60). Sum of RGB (Red+Green+Blue) = 7+133+60=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #07853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07853C is #F87AC3. Grayscale: #575757. Windows color (decimal): -16284356 or 3966215. OLE color: 3966215.

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

Color convert

RGB 7 133 60 -
CMYK 0.95 0 0.55 0.48
HSL 145.24º 0.9% 0.27% -
HSV(B) 145.24º 0.95% 0.52% -
XYZ 9.29 17.15 7.09 -
YUV 87 112.76 70.94 -
System Red Green Blue C M Y K H S L
Decimal 7 133 60 0.95 0 0.55 0.48 145.24 0.9 0.27
Hex 7 85 3C 5F 0 37 30 91 5A 1B
Octal 7 205 74 137 0 67 60 221 132 33
Binary 111 10000101 111100 1011111 0 110111 110000 10010001 1011010 11011

Color Harmonies of #07853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07853C

Black with #07853C

Text Example


Text Example

White with #07853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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