#769B7F

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

Shades of Oxley #769B7F

Tints of Oxley #769B7F

Color information

#769B7F (or 0x769B7F) is unknown color: approx Oxley. HEX triplet: 76, 9B and 7F. RGB value is (118,155,127). Sum of RGB (Red+Green+Blue) = 118+155+127=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #769B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B7F is #896480. Grayscale: #8C8C8C. Windows color (decimal): -9004161 or 8362870. OLE color: 8362870.

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

Color convert

RGB118155127-
CMYK0.2400.180.39
HSL134.59º15.61%53.53%-
HSV(B)134.59º23.87%60.78%-
XYZ23.0228.8324.43-
YUV140.74120.24111.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 127 (50% from 255) = 31.75%
R=29.5%
G=38.75%
B=31.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551270.2400.180.39134.5915.6153.53
Hex769B7F1801227871036
Octal16623317730022472072066
Binary1110110100110111111111110000100101001111000011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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