#78967D

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

Shades of Oxley #78967D

Tints of Oxley #78967D

Color information

#78967D (or 0x78967D) is unknown color: approx Oxley. HEX triplet: 78, 96 and 7D. RGB value is (120,150,125). Sum of RGB (Red+Green+Blue) = 120+150+125=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #78967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78967D is #876982. Grayscale: #8A8A8A. Windows color (decimal): -8874371 or 8230520. OLE color: 8230520.

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

Color convert

RGB120150125-
CMYK0.2000.170.41
HSL130º12.5%52.94%-
HSV(B)130º20%58.82%-
XYZ22.3527.2923.49-
YUV138.18120.56115.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=30.38%
G=37.97%
B=31.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201501250.2000.170.4113012.552.94
Hex78967D140112982d35
Octal17022617524021512021565
Binary111100010010110111110110100010001101001100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78967D; }

 p { color: rgb(120,150,125); }

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

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

 a { background-color: rgb(120,150,125); }

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

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

 span { border-color: rgb(120,150,125); }

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