#769581

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

Shades of Oxley #769581

Tints of Oxley #769581

Color information

#769581 (or 0x769581) is unknown color: approx Oxley. HEX triplet: 76, 95 and 81. RGB value is (118,149,129). Sum of RGB (Red+Green+Blue) = 118+149+129=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #769581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769581 is #896A7E. Grayscale: #898989. Windows color (decimal): -9005695 or 8492406. OLE color: 8492406.

HSL color Cylindrical-coordinate representation of color #769581: hue angle of 141.29º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769581 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB118149129-
CMYK0.2100.130.42
HSL141.29º12.76%52.35%-
HSV(B)141.29º20.81%58.43%-
XYZ22.1826.9324.8-
YUV137.45123.23114.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=29.80%
G=37.63%
B=32.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491290.2100.130.42141.2912.7652.35
Hex769581150D2A8dd34
Octal16622520125015522151564
Binary111011010010101100000011010101101101010100011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769581; }

 p { color: rgb(118,149,129); }

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

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

 a { background-color: rgb(118,149,129); }

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

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

 span { border-color: rgb(118,149,129); }

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