Html Css Color HEX #0A774A Salem

📋 copy color: '#0A774A'

red 10 ◦ green 119 ◦ blue 74

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

Shades of Salem #0A774A

Tints of Salem #0A774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.62%

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

R = 4.93%
G = 58.62%
B = 36.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#0A774A (or 0x0A774A) is known color: Salem. HEX triplet: 0A, 77 and 4A. RGB value is (10,119,74). Sum of RGB (Red+Green+Blue) = 10+119+74=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #0A774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A774A is #F588B5. Grayscale: #515151. Windows color (decimal): -16091318 or 4880138. OLE color: 4880138.

HSL color Cylindrical-coordinate representation of color #0A774A: hue angle of 155.23º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A774A is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 119 74 -
CMYK 0.92 0 0.38 0.53
HSL 155.23º 0.84% 0.25% -
HSV(B) 155.23º 0.92% 0.47% -
XYZ 7.96 13.75 8.71 -
YUV 81.28 123.89 77.16 -
System Red Green Blue C M Y K H S L
Decimal 10 119 74 0.92 0 0.38 0.53 155.23 0.84 0.25
Hex A 77 4A 5C 0 26 35 9B 54 19
Octal 12 167 112 134 0 46 65 233 124 31
Binary 1010 1110111 1001010 1011100 0 100110 110101 10011011 1010100 11001

Color Harmonies of #0A774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A774A

Black with #0A774A

Text Example


Text Example

White with #0A774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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