#769B7D

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

Shades of Oxley #769B7D

Tints of Oxley #769B7D

Color information

#769B7D (or 0x769B7D) is unknown color: approx Oxley. HEX triplet: 76, 9B and 7D. RGB value is (118,155,125). Sum of RGB (Red+Green+Blue) = 118+155+125=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #769B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B7D is #896482. Grayscale: #8C8C8C. Windows color (decimal): -9004163 or 8231798. OLE color: 8231798.

HSL color Cylindrical-coordinate representation of color #769B7D: hue angle of 131.35º 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 #769B7D is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB118155125-
CMYK0.2400.190.39
HSL131.35º15.61%53.53%-
HSV(B)131.35º23.87%60.78%-
XYZ22.8928.7723.75-
YUV140.52119.24111.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=29.65%
G=38.94%
B=31.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551250.2400.190.39131.3515.6153.53
Hex769B7D1801327831036
Octal16623317530023472032066
Binary1110110100110111111101110000100111001111000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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