Html Css Color HEX #0D764E Salem

📋 copy color: '#0D764E'

red 13 ◦ green 118 ◦ blue 78

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

Shades of Salem #0D764E

Tints of Salem #0D764E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 6.22%
G = 56.46%
B = 37.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#0D764E (or 0x0D764E) is known color: Salem. HEX triplet: 0D, 76 and 4E. RGB value is (13,118,78). Sum of RGB (Red+Green+Blue) = 13+118+78=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #0D764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D764E is #F289B1. Grayscale: #525252. Windows color (decimal): -15894962 or 5142029. OLE color: 5142029.

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

Color convert

RGB 13 118 78 -
CMYK 0.89 0 0.34 0.54
HSL 157.14º 0.8% 0.26% -
HSV(B) 157.14º 0.89% 0.46% -
XYZ 8.02 13.59 9.41 -
YUV 82.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 13 118 78 0.89 0 0.34 0.54 157.14 0.8 0.26
Hex D 76 4E 59 0 22 36 9D 50 1A
Octal 15 166 116 131 0 42 66 235 120 32
Binary 1101 1110110 1001110 1011001 0 100010 110110 10011101 1010000 11010

Color Harmonies of #0D764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D764E

Black with #0D764E

Text Example


Text Example

White with #0D764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,118,78); }

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

background-color css

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

 a { background-color: rgb(13,118,78); }

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

border-color css

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

 span { border-color: rgb(13,118,78); }

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