Html Css Color HEX #0A7F42 Salem

📋 copy color: '#0A7F42'

red 10 ◦ green 127 ◦ blue 66

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

Shades of Salem #0A7F42

Tints of Salem #0A7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 62.56%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 4.93%
G = 62.56%
B = 32.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#0A7F42 (or 0x0A7F42) is known color: Salem. HEX triplet: 0A, 7F and 42. RGB value is (10,127,66). Sum of RGB (Red+Green+Blue) = 10+127+66=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #0A7F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7F42 is #F580BD. Grayscale: #555555. Windows color (decimal): -16089278 or 4357898. OLE color: 4357898.

HSL color Cylindrical-coordinate representation of color #0A7F42: hue angle of 148.72º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7F42 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 10 127 66 -
CMYK 0.92 0 0.48 0.50
HSL 148.72º 0.85% 0.27% -
HSV(B) 148.72º 0.92% 0.5% -
XYZ 8.7 15.64 7.71 -
YUV 85.06 117.24 74.46 -
System Red Green Blue C M Y K H S L
Decimal 10 127 66 0.92 0 0.48 0.50 148.72 0.85 0.27
Hex A 7F 42 5C 0 30 32 95 55 1B
Octal 12 177 102 134 0 60 62 225 125 33
Binary 1010 1111111 1000010 1011100 0 110000 110010 10010101 1010101 11011

Color Harmonies of #0A7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7F42

Black with #0A7F42

Text Example


Text Example

White with #0A7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,127,66); }

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

background-color css

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

 a { background-color: rgb(10,127,66); }

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

border-color css

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

 span { border-color: rgb(10,127,66); }

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