Html Css Color HEX #07853E Salem

📋 copy color: '#07853E'

red 7 ◦ green 133 ◦ blue 62

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

Shades of Salem #07853E

Tints of Salem #07853E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.69%

R = 3.47%
G = 65.84%
B = 30.69%

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

#07853E (or 0x07853E) is known color: Salem. HEX triplet: 07, 85 and 3E. RGB value is (7,133,62). Sum of RGB (Red+Green+Blue) = 7+133+62=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #07853E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07853E is #F87AC1. Grayscale: #575757. Windows color (decimal): -16284354 or 4097287. OLE color: 4097287.

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

Color convert

RGB 7 133 62 -
CMYK 0.95 0 0.53 0.48
HSL 146.19º 0.9% 0.27% -
HSV(B) 146.19º 0.95% 0.52% -
XYZ 9.34 17.17 7.38 -
YUV 87.23 113.76 70.77 -
System Red Green Blue C M Y K H S L
Decimal 7 133 62 0.95 0 0.53 0.48 146.19 0.9 0.27
Hex 7 85 3E 5F 0 35 30 92 5A 1B
Octal 7 205 76 137 0 65 60 222 132 33
Binary 111 10000101 111110 1011111 0 110101 110000 10010010 1011010 11011

Color Harmonies of #07853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07853E

Black with #07853E

Text Example


Text Example

White with #07853E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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