#76997F

Color #76997F Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #76997F

Tints of Oxley #76997F

Color information

#76997F (or 0x76997F) is unknown color: approx Oxley. HEX triplet: 76, 99 and 7F. RGB value is (118,153,127). Sum of RGB (Red+Green+Blue) = 118+153+127=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #76997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76997F is #896680. Grayscale: #8B8B8B. Windows color (decimal): -9004673 or 8362358. OLE color: 8362358.

HSL color Cylindrical-coordinate representation of color #76997F: hue angle of 135.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76997F is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB118153127-
CMYK0.2300.170.4
HSL135.43º14.64%53.14%-
HSV(B)135.43º22.88%60%-
XYZ22.6928.1724.32-
YUV139.57120.9112.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 127 (50% from 255) = 31.91%
R=29.65%
G=38.44%
B=31.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181531270.2300.170.4135.4314.6453.14
Hex76997F170112887f35
Octal16623117727021502071765
Binary111011010011001111111110111010001101000100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76997F; }

 p { color: rgb(118,153,127); }

 H1.HeaderClassName
 {
   color: #76997F;
 }
 .AnyTagClassName
 {
   color: #76997F;
 }
</style>
background-color css

<style>
 a { background-color: #76997F; }

 a { background-color: rgb(118,153,127); }

 div.DivClassName
 {
   background-color: #76997F;
 }
 .BgClassName
 {
   background-color: #76997F;
 }
</style>
border-color css

<style>
 span { border-color: #76997F; }

 span { border-color: rgb(118,153,127); }

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