Html Css Color HEX #76AD7D Oxley

📋 copy color: '#76AD7D'

red 118 ◦ green 173 ◦ blue 125

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

Shades of Oxley #76AD7D

Tints of Oxley #76AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 28.37%
G = 41.59%
B = 30.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#76AD7D (or 0x76AD7D) is known color: Oxley. HEX triplet: 76, AD and 7D. RGB value is (118,173,125). Sum of RGB (Red+Green+Blue) = 118+173+125=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD7D is #895282. Grayscale: #979797. Windows color (decimal): -8999555 or 8236406. OLE color: 8236406.

HSL color Cylindrical-coordinate representation of color #76AD7D: hue angle of 127.64º 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 #76AD7D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 125 -
CMYK 0.32 0 0.28 0.32
HSL 127.64º 0.25% 0.57% -
HSV(B) 127.64º 0.32% 0.68% -
XYZ 26.12 35.22 24.82 -
YUV 151.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 118 173 125 0.32 0 0.28 0.32 127.64 0.25 0.57
Hex 76 AD 7D 20 0 1C 20 80 19 39
Octal 166 255 175 40 0 34 40 200 31 71
Binary 1110110 10101101 1111101 100000 0 11100 100000 10000000 11001 111001

Color Harmonies of #76AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD7D

Black with #76AD7D

Text Example


Text Example

White with #76AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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