Html Css Color HEX #0A8740 Salem

📋 copy color: '#0A8740'

red 10 ◦ green 135 ◦ blue 64

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

Shades of Salem #0A8740

Tints of Salem #0A8740

RGB

 RED value IS 10 (4.3% from 255) = 4.78%

 GREEN value IS 135 (53.13% from 255) = 64.59%

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 4.78%
G = 64.59%
B = 30.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#0A8740 (or 0x0A8740) is known color: Salem. HEX triplet: 0A, 87 and 40. RGB value is (10,135,64). Sum of RGB (Red+Green+Blue) = 10+135+64=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8740 is #F578BF. Grayscale: #595959. Windows color (decimal): -16087232 or 4228874. OLE color: 4228874.

HSL color Cylindrical-coordinate representation of color #0A8740: hue angle of 145.92º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8740 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 135 64 -
CMYK 0.93 0 0.53 0.47
HSL 145.92º 0.86% 0.28% -
HSV(B) 145.92º 0.93% 0.53% -
XYZ 9.71 17.76 7.77 -
YUV 89.53 113.59 71.27 -
System Red Green Blue C M Y K H S L
Decimal 10 135 64 0.93 0 0.53 0.47 145.92 0.86 0.28
Hex A 87 40 5D 0 35 2F 92 56 1C
Octal 12 207 100 135 0 65 57 222 126 34
Binary 1010 10000111 1000000 1011101 0 110101 101111 10010010 1010110 11100

Color Harmonies of #0A8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8740

Black with #0A8740

Text Example


Text Example

White with #0A8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,64); }

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

background-color css

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

 a { background-color: rgb(10,135,64); }

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

border-color css

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

 span { border-color: rgb(10,135,64); }

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