Html Css Color HEX #0A764C Salem

📋 copy color: '#0A764C'

red 10 ◦ green 118 ◦ blue 76

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

Shades of Salem #0A764C

Tints of Salem #0A764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57.84%

 BLUE value IS 76 (30.08% from 255) = 37.25%

R = 4.9%
G = 57.84%
B = 37.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#0A764C (or 0x0A764C) is known color: Salem. HEX triplet: 0A, 76 and 4C. RGB value is (10,118,76). Sum of RGB (Red+Green+Blue) = 10+118+76=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #0A764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A764C is #F589B3. Grayscale: #505050. Windows color (decimal): -16091572 or 5010954. OLE color: 5010954.

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

Color convert

RGB 10 118 76 -
CMYK 0.92 0 0.36 0.54
HSL 156.67º 0.84% 0.25% -
HSV(B) 156.67º 0.92% 0.46% -
XYZ 7.91 13.54 9.03 -
YUV 80.92 125.22 77.42 -
System Red Green Blue C M Y K H S L
Decimal 10 118 76 0.92 0 0.36 0.54 156.67 0.84 0.25
Hex A 76 4C 5C 0 24 36 9D 54 19
Octal 12 166 114 134 0 44 66 235 124 31
Binary 1010 1110110 1001100 1011100 0 100100 110110 10011101 1010100 11001

Color Harmonies of #0A764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A764C

Black with #0A764C

Text Example


Text Example

White with #0A764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,118,76); }

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

background-color css

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

 a { background-color: rgb(10,118,76); }

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

border-color css

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

 span { border-color: rgb(10,118,76); }

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