#769A7B

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

Shades of Oxley #769A7B

Tints of Oxley #769A7B

Color information

#769A7B (or 0x769A7B) is unknown color: approx Oxley. HEX triplet: 76, 9A and 7B. RGB value is (118,154,123). Sum of RGB (Red+Green+Blue) = 118+154+123=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #769A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A7B is #896584. Grayscale: #8B8B8B. Windows color (decimal): -9004421 or 8100470. OLE color: 8100470.

HSL color Cylindrical-coordinate representation of color #769A7B: hue angle of 128.33º 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 #769A7B is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB118154123-
CMYK0.2300.200.40
HSL128.33º15.13%53.33%-
HSV(B)128.33º23.38%60.39%-
XYZ22.628.3923.03-
YUV139.7118.57112.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=29.87%
G=38.99%
B=31.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181541230.2300.200.40128.3315.1353.33
Hex769A7B170142880f35
Octal16623217327024502001765
Binary111011010011010111101110111010100101000100000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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