Html Css Color HEX #12764B Salem

📋 copy color: '#12764B'

red 18 ◦ green 118 ◦ blue 75

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

Shades of Salem #12764B

Tints of Salem #12764B

RGB

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

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

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

R = 8.53%
G = 55.92%
B = 35.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#12764B (or 0x12764B) is known color: Salem. HEX triplet: 12, 76 and 4B. RGB value is (18,118,75). Sum of RGB (Red+Green+Blue) = 18+118+75=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #12764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12764B is #ED89B4. Grayscale: #535353. Windows color (decimal): -15567285 or 4945426. OLE color: 4945426.

HSL color Cylindrical-coordinate representation of color #12764B: hue angle of 154.2º 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 #12764B is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 75 -
CMYK 0.85 0 0.36 0.54
HSL 154.2º 0.74% 0.27% -
HSV(B) 154.2º 0.85% 0.46% -
XYZ 8 13.59 8.86 -
YUV 83.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 18 118 75 0.85 0 0.36 0.54 154.2 0.74 0.27
Hex 12 76 4B 55 0 24 36 9A 4A 1B
Octal 22 166 113 125 0 44 66 232 112 33
Binary 10010 1110110 1001011 1010101 0 100100 110110 10011010 1001010 11011

Color Harmonies of #12764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12764B

Black with #12764B

Text Example


Text Example

White with #12764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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