Html Css Color HEX #76AD7A Oxley

📋 copy color: '#76AD7A'

red 118 ◦ green 173 ◦ blue 122

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

Shades of Oxley #76AD7A

Tints of Oxley #76AD7A

RGB

 RED value IS 118 (46.48% from 255) = 28.57%

 GREEN value IS 173 (67.97% from 255) = 41.89%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 28.57%
G = 41.89%
B = 29.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#76AD7A (or 0x76AD7A) is known color: Oxley. HEX triplet: 76, AD and 7A. RGB value is (118,173,122). Sum of RGB (Red+Green+Blue) = 118+173+122=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD7A is #895285. Grayscale: #969696. Windows color (decimal): -8999558 or 8039798. OLE color: 8039798.

HSL color Cylindrical-coordinate representation of color #76AD7A: hue angle of 124.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD7A is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 122 -
CMYK 0.32 0 0.29 0.32
HSL 124.36º 0.25% 0.57% -
HSV(B) 124.36º 0.32% 0.68% -
XYZ 25.93 35.14 23.83 -
YUV 150.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 118 173 122 0.32 0 0.29 0.32 124.36 0.25 0.57
Hex 76 AD 7A 20 0 1D 20 7C 19 39
Octal 166 255 172 40 0 35 40 174 31 71
Binary 1110110 10101101 1111010 100000 0 11101 100000 1111100 11001 111001

Color Harmonies of #76AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD7A

Black with #76AD7A

Text Example


Text Example

White with #76AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AD7A; }

 p { color: rgb(118,173,122); }

 H1.HeaderClassName
 {
   color: #76AD7A;
 }
 .AnyTagClassName
 {
   color: #76AD7A;
 }
</style>

background-color css

<style>
 a { background-color: #76AD7A; }

 a { background-color: rgb(118,173,122); }

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

border-color css

<style>
 span { border-color: #76AD7A; }

 span { border-color: rgb(118,173,122); }

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