#769F7B

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

Shades of Oxley #769F7B

Tints of Oxley #769F7B

Color information

#769F7B (or 0x769F7B) is unknown color: approx Oxley. HEX triplet: 76, 9F and 7B. RGB value is (118,159,123). Sum of RGB (Red+Green+Blue) = 118+159+123=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #769F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F7B is #896084. Grayscale: #8E8E8E. Windows color (decimal): -9003141 or 8101750. OLE color: 8101750.

HSL color Cylindrical-coordinate representation of color #769F7B: hue angle of 127.32º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F7B is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB118159123-
CMYK0.2600.230.38
HSL127.32º17.6%54.31%-
HSV(B)127.32º25.79%62.35%-
XYZ23.4430.0823.31-
YUV142.64116.92110.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=29.5%
G=39.75%
B=30.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591230.2600.230.38127.3217.654.31
Hex769F7B1A017267f1236
Octal16623717332027461772266
Binary111011010011111111101111010010111100110111111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,123); }

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

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

 a { background-color: rgb(118,159,123); }

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

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

 span { border-color: rgb(118,159,123); }

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