Html Css Color HEX #07834B Salem

📋 copy color: '#07834B'

red 7 ◦ green 131 ◦ blue 75

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

Shades of Salem #07834B

Tints of Salem #07834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.5%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 3.29%
G = 61.5%
B = 35.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#07834B (or 0x07834B) is known color: Salem. HEX triplet: 07, 83 and 4B. RGB value is (7,131,75). Sum of RGB (Red+Green+Blue) = 7+131+75=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #07834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07834B is #F87CB4. Grayscale: #575757. Windows color (decimal): -16284853 or 4948743. OLE color: 4948743.

HSL color Cylindrical-coordinate representation of color #07834B: hue angle of 152.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07834B is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 131 75 -
CMYK 0.95 0 0.43 0.49
HSL 152.9º 0.9% 0.27% -
HSV(B) 152.9º 0.95% 0.51% -
XYZ 9.47 16.79 9.4 -
YUV 87.54 120.92 70.55 -
System Red Green Blue C M Y K H S L
Decimal 7 131 75 0.95 0 0.43 0.49 152.9 0.9 0.27
Hex 7 83 4B 5F 0 2B 31 99 5A 1B
Octal 7 203 113 137 0 53 61 231 132 33
Binary 111 10000011 1001011 1011111 0 101011 110001 10011001 1011010 11011

Color Harmonies of #07834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07834B

Black with #07834B

Text Example


Text Example

White with #07834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07834B; }

 p { color: rgb(7,131,75); }

 H1.HeaderClassName
 {
   color: #07834B;
 }
 .AnyTagClassName
 {
   color: #07834B;
 }
</style>

background-color css

<style>
 a { background-color: #07834B; }

 a { background-color: rgb(7,131,75); }

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

border-color css

<style>
 span { border-color: #07834B; }

 span { border-color: rgb(7,131,75); }

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