Html Css Color HEX #0A874A Salem

📋 copy color: '#0A874A'

red 10 ◦ green 135 ◦ blue 74

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

Shades of Salem #0A874A

Tints of Salem #0A874A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 4.57%
G = 61.64%
B = 33.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#0A874A (or 0x0A874A) is known color: Salem. HEX triplet: 0A, 87 and 4A. RGB value is (10,135,74). Sum of RGB (Red+Green+Blue) = 10+135+74=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #0A874A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A874A is #F578B5. Grayscale: #5A5A5A. Windows color (decimal): -16087222 or 4884234. OLE color: 4884234.

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

Color convert

RGB 10 135 74 -
CMYK 0.93 0 0.45 0.47
HSL 150.72º 0.86% 0.28% -
HSV(B) 150.72º 0.93% 0.53% -
XYZ 10.03 17.89 9.4 -
YUV 90.67 118.59 70.46 -
System Red Green Blue C M Y K H S L
Decimal 10 135 74 0.93 0 0.45 0.47 150.72 0.86 0.28
Hex A 87 4A 5D 0 2D 2F 97 56 1C
Octal 12 207 112 135 0 55 57 227 126 34
Binary 1010 10000111 1001010 1011101 0 101101 101111 10010111 1010110 11100

Color Harmonies of #0A874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A874A

Black with #0A874A

Text Example


Text Example

White with #0A874A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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