Html Css Color HEX #12774C Salem

📋 copy color: '#12774C'

red 18 ◦ green 119 ◦ blue 76

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

Shades of Salem #12774C

Tints of Salem #12774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.87%

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

R = 8.45%
G = 55.87%
B = 35.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#12774C (or 0x12774C) is known color: Salem. HEX triplet: 12, 77 and 4C. RGB value is (18,119,76). Sum of RGB (Red+Green+Blue) = 18+119+76=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #12774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12774C is #ED88B3. Grayscale: #535353. Windows color (decimal): -15567028 or 5011218. OLE color: 5011218.

HSL color Cylindrical-coordinate representation of color #12774C: hue angle of 154.46º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12774C is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 76 -
CMYK 0.85 0 0.36 0.53
HSL 154.46º 0.74% 0.27% -
HSV(B) 154.46º 0.85% 0.47% -
XYZ 8.15 13.84 9.08 -
YUV 83.9 123.54 81 -
System Red Green Blue C M Y K H S L
Decimal 18 119 76 0.85 0 0.36 0.53 154.46 0.74 0.27
Hex 12 77 4C 55 0 24 35 9A 4A 1B
Octal 22 167 114 125 0 44 65 232 112 33
Binary 10010 1110111 1001100 1010101 0 100100 110101 10011010 1001010 11011

Color Harmonies of #12774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12774C

Black with #12774C

Text Example


Text Example

White with #12774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,119,76); }

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

background-color css

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

 a { background-color: rgb(18,119,76); }

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

border-color css

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

 span { border-color: rgb(18,119,76); }

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