Html Css Color HEX #0A864F Salem

📋 copy color: '#0A864F'

red 10 ◦ green 134 ◦ blue 79

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

Shades of Salem #0A864F

Tints of Salem #0A864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.09%

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 4.48%
G = 60.09%
B = 35.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#0A864F (or 0x0A864F) is known color: Salem. HEX triplet: 0A, 86 and 4F. RGB value is (10,134,79). Sum of RGB (Red+Green+Blue) = 10+134+79=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #0A864F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A864F is #F579B0. Grayscale: #5A5A5A. Windows color (decimal): -16087473 or 5211658. OLE color: 5211658.

HSL color Cylindrical-coordinate representation of color #0A864F: hue angle of 153.39º 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 #0A864F is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 134 79 -
CMYK 0.93 0 0.41 0.47
HSL 153.39º 0.86% 0.28% -
HSV(B) 153.39º 0.93% 0.53% -
XYZ 10.06 17.68 10.28 -
YUV 90.65 121.42 70.47 -
System Red Green Blue C M Y K H S L
Decimal 10 134 79 0.93 0 0.41 0.47 153.39 0.86 0.28
Hex A 86 4F 5D 0 29 2F 99 56 1C
Octal 12 206 117 135 0 51 57 231 126 34
Binary 1010 10000110 1001111 1011101 0 101001 101111 10011001 1010110 11100

Color Harmonies of #0A864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A864F

Black with #0A864F

Text Example


Text Example

White with #0A864F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,79); }

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

background-color css

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

 a { background-color: rgb(10,134,79); }

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

border-color css

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

 span { border-color: rgb(10,134,79); }

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