#789781

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

Shades of Oxley #789781

Tints of Oxley #789781

Color information

#789781 (or 0x789781) is unknown color: approx Oxley. HEX triplet: 78, 97 and 81. RGB value is (120,151,129). Sum of RGB (Red+Green+Blue) = 120+151+129=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #789781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789781 is #87687E. Grayscale: #8B8B8B. Windows color (decimal): -8874111 or 8492920. OLE color: 8492920.

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

Color convert

RGB120151129-
CMYK0.2100.150.41
HSL137.42º12.97%53.14%-
HSV(B)137.42º20.53%59.22%-
XYZ22.7727.7124.92-
YUV139.22122.23114.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=30%
G=37.75%
B=32.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201511290.2100.150.41137.4212.9753.14
Hex789781150F2989d35
Octal17022720125017512111565
Binary111100010010111100000011010101111101001100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789781; }

 p { color: rgb(120,151,129); }

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

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

 a { background-color: rgb(120,151,129); }

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

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

 span { border-color: rgb(120,151,129); }

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