Html Css Color HEX #07854C Salem

📋 copy color: '#07854C'

red 7 ◦ green 133 ◦ blue 76

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

Shades of Salem #07854C

Tints of Salem #07854C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 3.24%
G = 61.57%
B = 35.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#07854C (or 0x07854C) is known color: Salem. HEX triplet: 07, 85 and 4C. RGB value is (7,133,76). Sum of RGB (Red+Green+Blue) = 7+133+76=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #07854C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07854C is #F87AB3. Grayscale: #585858. Windows color (decimal): -16284340 or 5014791. OLE color: 5014791.

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

Color convert

RGB 7 133 76 -
CMYK 0.95 0 0.43 0.48
HSL 152.86º 0.9% 0.27% -
HSV(B) 152.86º 0.95% 0.52% -
XYZ 9.78 17.34 9.67 -
YUV 88.83 120.76 69.63 -
System Red Green Blue C M Y K H S L
Decimal 7 133 76 0.95 0 0.43 0.48 152.86 0.9 0.27
Hex 7 85 4C 5F 0 2B 30 99 5A 1B
Octal 7 205 114 137 0 53 60 231 132 33
Binary 111 10000101 1001100 1011111 0 101011 110000 10011001 1011010 11011

Color Harmonies of #07854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07854C

Black with #07854C

Text Example


Text Example

White with #07854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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