Html Css Color HEX #76AC7D Oxley

📋 copy color: '#76AC7D'

red 118 ◦ green 172 ◦ blue 125

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

Shades of Oxley #76AC7D

Tints of Oxley #76AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

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

R = 28.43%
G = 41.45%
B = 30.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#76AC7D (or 0x76AC7D) is known color: Oxley. HEX triplet: 76, AC and 7D. RGB value is (118,172,125). Sum of RGB (Red+Green+Blue) = 118+172+125=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC7D is #895382. Grayscale: #969696. Windows color (decimal): -8999811 or 8236150. OLE color: 8236150.

HSL color Cylindrical-coordinate representation of color #76AC7D: hue angle of 127.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AC7D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 172 125 -
CMYK 0.31 0 0.27 0.33
HSL 127.78º 0.25% 0.57% -
HSV(B) 127.78º 0.31% 0.67% -
XYZ 25.93 34.84 24.76 -
YUV 150.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 118 172 125 0.31 0 0.27 0.33 127.78 0.25 0.57
Hex 76 AC 7D 1F 0 1B 21 80 19 39
Octal 166 254 175 37 0 33 41 200 31 71
Binary 1110110 10101100 1111101 11111 0 11011 100001 10000000 11001 111001

Color Harmonies of #76AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC7D

Black with #76AC7D

Text Example


Text Example

White with #76AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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