Html Css Color HEX #76A279 Oxley

📋 copy color: '#76A279'

red 118 ◦ green 162 ◦ blue 121

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

Shades of Oxley #76A279

Tints of Oxley #76A279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 29.43%
G = 40.4%
B = 30.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#76A279 (or 0x76A279) is known color: Oxley. HEX triplet: 76, A2 and 79. RGB value is (118,162,121). Sum of RGB (Red+Green+Blue) = 118+162+121=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #76A279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A279 is #895D86. Grayscale: #909090. Windows color (decimal): -9002375 or 7971446. OLE color: 7971446.

HSL color Cylindrical-coordinate representation of color #76A279: hue angle of 124.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A279 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 121 -
CMYK 0.27 0 0.25 0.36
HSL 124.09º 0.19% 0.55% -
HSV(B) 124.09º 0.27% 0.64% -
XYZ 23.84 31.07 22.83 -
YUV 144.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 118 162 121 0.27 0 0.25 0.36 124.09 0.19 0.55
Hex 76 A2 79 1B 0 19 24 7C 13 37
Octal 166 242 171 33 0 31 44 174 23 67
Binary 1110110 10100010 1111001 11011 0 11001 100100 1111100 10011 110111

Color Harmonies of #76A279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A279

Black with #76A279

Text Example


Text Example

White with #76A279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,121); }

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

background-color css

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

 a { background-color: rgb(118,162,121); }

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

border-color css

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

 span { border-color: rgb(118,162,121); }

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