#789982

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

Shades of Oxley #789982

Tints of Oxley #789982

Color information

#789982 (or 0x789982) is unknown color: approx Oxley. HEX triplet: 78, 99 and 82. RGB value is (120,153,130). Sum of RGB (Red+Green+Blue) = 120+153+130=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #789982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789982 is #87667D. Grayscale: #8C8C8C. Windows color (decimal): -8873598 or 8558968. OLE color: 8558968.

HSL color Cylindrical-coordinate representation of color #789982: hue angle of 138.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789982 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB120153130-
CMYK0.2200.150.4
HSL138.18º13.92%53.53%-
HSV(B)138.18º21.57%60%-
XYZ23.1728.3925.38-
YUV140.51122.07113.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=29.78%
G=37.97%
B=32.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201531300.2200.150.4138.1813.9253.53
Hex789982160F288ae36
Octal17023120226017502121666
Binary111100010011001100000101011001111101000100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789982; }

 p { color: rgb(120,153,130); }

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

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

 a { background-color: rgb(120,153,130); }

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

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

 span { border-color: rgb(120,153,130); }

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