#769B7A

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

Shades of Oxley #769B7A

Tints of Oxley #769B7A

Color information

#769B7A (or 0x769B7A) is unknown color: approx Oxley. HEX triplet: 76, 9B and 7A. RGB value is (118,155,122). Sum of RGB (Red+Green+Blue) = 118+155+122=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #769B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B7A is #896485. Grayscale: #8C8C8C. Windows color (decimal): -9004166 or 8035190. OLE color: 8035190.

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

Color convert

RGB118155122-
CMYK0.2400.210.39
HSL126.49º15.61%53.53%-
HSV(B)126.49º23.87%60.78%-
XYZ22.7128.722.76-
YUV140.18117.74112.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=29.87%
G=39.24%
B=30.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551220.2400.210.39126.4915.6153.53
Hex769B7A18015277e1036
Octal16623317230025471762066
Binary111011010011011111101011000010101100111111111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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