#769583

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

Shades of Oxley #769583

Tints of Oxley #769583

Color information

#769583 (or 0x769583) is unknown color: approx Oxley. HEX triplet: 76, 95 and 83. RGB value is (118,149,131). Sum of RGB (Red+Green+Blue) = 118+149+131=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #769583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769583 is #896A7C. Grayscale: #898989. Windows color (decimal): -9005693 or 8623478. OLE color: 8623478.

HSL color Cylindrical-coordinate representation of color #769583: hue angle of 145.16º 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 #769583 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB118149131-
CMYK0.2100.120.42
HSL145.16º12.76%52.35%-
HSV(B)145.16º20.81%58.43%-
XYZ22.3226.9925.51-
YUV137.68124.23113.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=29.65%
G=37.44%
B=32.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491310.2100.120.42145.1612.7652.35
Hex769583150C2A91d34
Octal16622520325014522211564
Binary111011010010101100000111010101100101010100100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769583; }

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

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

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

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

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

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

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

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