#789882

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

Shades of Oxley #789882

Tints of Oxley #789882

Color information

#789882 (or 0x789882) is unknown color: approx Oxley. HEX triplet: 78, 98 and 82. RGB value is (120,152,130). Sum of RGB (Red+Green+Blue) = 120+152+130=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #789882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789882 is #87677D. Grayscale: #8B8B8B. Windows color (decimal): -8873854 or 8558712. OLE color: 8558712.

HSL color Cylindrical-coordinate representation of color #789882: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789882 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB120152130-
CMYK0.2100.140.40
HSL138.75º13.45%53.33%-
HSV(B)138.75º21.05%59.61%-
XYZ2328.0625.32-
YUV139.92122.4113.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=29.85%
G=37.81%
B=32.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521300.2100.140.40138.7513.4553.33
Hex789882150E288bd35
Octal17023020225016502131565
Binary111100010011000100000101010101110101000100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789882; }

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

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

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

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

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

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

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

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