#769C7D

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

Shades of Oxley #769C7D

Tints of Oxley #769C7D

Color information

#769C7D (or 0x769C7D) is unknown color: approx Oxley. HEX triplet: 76, 9C and 7D. RGB value is (118,156,125). Sum of RGB (Red+Green+Blue) = 118+156+125=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #769C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C7D is #896382. Grayscale: #8D8D8D. Windows color (decimal): -9003907 or 8232054. OLE color: 8232054.

HSL color Cylindrical-coordinate representation of color #769C7D: hue angle of 131.05º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769C7D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB118156125-
CMYK0.2400.200.39
HSL131.05º16.1%53.73%-
HSV(B)131.05º24.36%61.18%-
XYZ23.0629.1123.81-
YUV141.1118.91111.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=29.57%
G=39.10%
B=31.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561250.2400.200.39131.0516.153.73
Hex769C7D1801427831036
Octal16623417530024472032066
Binary1110110100111001111101110000101001001111000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769C7D; }

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

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

<style>
 a { background-color: #769C7D; }

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

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

<style>
 span { border-color: #769C7D; }

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

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