Html Css Color HEX #07853D Salem

📋 copy color: '#07853D'

red 7 ◦ green 133 ◦ blue 61

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

Shades of Salem #07853D

Tints of Salem #07853D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 3.48%
G = 66.17%
B = 30.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#07853D (or 0x07853D) is known color: Salem. HEX triplet: 07, 85 and 3D. RGB value is (7,133,61). Sum of RGB (Red+Green+Blue) = 7+133+61=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #07853D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07853D is #F87AC2. Grayscale: #575757. Windows color (decimal): -16284355 or 4031751. OLE color: 4031751.

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

Color convert

RGB 7 133 61 -
CMYK 0.95 0 0.54 0.48
HSL 145.71º 0.9% 0.27% -
HSV(B) 145.71º 0.95% 0.52% -
XYZ 9.32 17.16 7.24 -
YUV 87.12 113.26 70.85 -
System Red Green Blue C M Y K H S L
Decimal 7 133 61 0.95 0 0.54 0.48 145.71 0.9 0.27
Hex 7 85 3D 5F 0 36 30 92 5A 1B
Octal 7 205 75 137 0 66 60 222 132 33
Binary 111 10000101 111101 1011111 0 110110 110000 10010010 1011010 11011

Color Harmonies of #07853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07853D

Black with #07853D

Text Example


Text Example

White with #07853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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