Html Css Color HEX #0D784C Salem

📋 copy color: '#0D784C'

red 13 ◦ green 120 ◦ blue 76

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

Shades of Salem #0D784C

Tints of Salem #0D784C

RGB

 RED value IS 13 (5.47% from 255) = 6.22%

 GREEN value IS 120 (47.27% from 255) = 57.42%

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

R = 6.22%
G = 57.42%
B = 36.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#0D784C (or 0x0D784C) is known color: Salem. HEX triplet: 0D, 78 and 4C. RGB value is (13,120,76). Sum of RGB (Red+Green+Blue) = 13+120+76=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #0D784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D784C is #F287B3. Grayscale: #535353. Windows color (decimal): -15894452 or 5011469. OLE color: 5011469.

HSL color Cylindrical-coordinate representation of color #0D784C: hue angle of 155.33º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D784C is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 120 76 -
CMYK 0.89 0 0.37 0.53
HSL 155.33º 0.8% 0.26% -
HSV(B) 155.33º 0.89% 0.47% -
XYZ 8.19 14.04 9.12 -
YUV 82.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 13 120 76 0.89 0 0.37 0.53 155.33 0.8 0.26
Hex D 78 4C 59 0 25 35 9B 50 1A
Octal 15 170 114 131 0 45 65 233 120 32
Binary 1101 1111000 1001100 1011001 0 100101 110101 10011011 1010000 11010

Color Harmonies of #0D784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D784C

Black with #0D784C

Text Example


Text Example

White with #0D784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D784C; }

 p { color: rgb(13,120,76); }

 H1.HeaderClassName
 {
   color: #0D784C;
 }
 .AnyTagClassName
 {
   color: #0D784C;
 }
</style>

background-color css

<style>
 a { background-color: #0D784C; }

 a { background-color: rgb(13,120,76); }

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

border-color css

<style>
 span { border-color: #0D784C; }

 span { border-color: rgb(13,120,76); }

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