Html Css Color HEX #12764A Salem

📋 copy color: '#12764A'

red 18 ◦ green 118 ◦ blue 74

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

Shades of Salem #12764A

Tints of Salem #12764A

RGB

 RED value IS 18 (7.42% from 255) = 8.57%

 GREEN value IS 118 (46.48% from 255) = 56.19%

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 8.57%
G = 56.19%
B = 35.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#12764A (or 0x12764A) is known color: Salem. HEX triplet: 12, 76 and 4A. RGB value is (18,118,74). Sum of RGB (Red+Green+Blue) = 18+118+74=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #12764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12764A is #ED89B5. Grayscale: #535353. Windows color (decimal): -15567286 or 4879890. OLE color: 4879890.

HSL color Cylindrical-coordinate representation of color #12764A: hue angle of 153.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12764A is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 74 -
CMYK 0.85 0 0.37 0.54
HSL 153.6º 0.74% 0.27% -
HSV(B) 153.6º 0.85% 0.46% -
XYZ 7.96 13.58 8.68 -
YUV 83.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 18 118 74 0.85 0 0.37 0.54 153.6 0.74 0.27
Hex 12 76 4A 55 0 25 36 9A 4A 1B
Octal 22 166 112 125 0 45 66 232 112 33
Binary 10010 1110110 1001010 1010101 0 100101 110110 10011010 1001010 11011

Color Harmonies of #12764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12764A

Black with #12764A

Text Example


Text Example

White with #12764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12764A; }

 p { color: rgb(18,118,74); }

 H1.HeaderClassName
 {
   color: #12764A;
 }
 .AnyTagClassName
 {
   color: #12764A;
 }
</style>

background-color css

<style>
 a { background-color: #12764A; }

 a { background-color: rgb(18,118,74); }

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

border-color css

<style>
 span { border-color: #12764A; }

 span { border-color: rgb(18,118,74); }

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