#769B79

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

Shades of Oxley #769B79

Tints of Oxley #769B79

Color information

#769B79 (or 0x769B79) is unknown color: approx Oxley. HEX triplet: 76, 9B and 79. RGB value is (118,155,121). Sum of RGB (Red+Green+Blue) = 118+155+121=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #769B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B79 is #896486. Grayscale: #8C8C8C. Windows color (decimal): -9004167 or 7969654. OLE color: 7969654.

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

Color convert

RGB118155121-
CMYK0.2400.220.39
HSL124.86º15.61%53.53%-
HSV(B)124.86º23.87%60.78%-
XYZ22.6428.6722.43-
YUV140.06117.24112.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=29.95%
G=39.34%
B=30.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551210.2400.220.39124.8615.6153.53
Hex769B7918016277d1036
Octal16623317130026471752066
Binary111011010011011111100111000010110100111111110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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