#78957D

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

Shades of Oxley #78957D

Tints of Oxley #78957D

Color information

#78957D (or 0x78957D) is unknown color: approx Oxley. HEX triplet: 78, 95 and 7D. RGB value is (120,149,125). Sum of RGB (Red+Green+Blue) = 120+149+125=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #78957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78957D is #876A82. Grayscale: #898989. Windows color (decimal): -8874627 or 8230264. OLE color: 8230264.

HSL color Cylindrical-coordinate representation of color #78957D: hue angle of 130.34º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78957D is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB120149125-
CMYK0.1900.160.42
HSL130.34º12.03%52.75%-
HSV(B)130.34º19.46%58.43%-
XYZ22.1926.9723.44-
YUV137.59120.89115.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=30.46%
G=37.82%
B=31.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201491250.1900.160.42130.3412.0352.75
Hex78957D130102A82c35
Octal17022517523020522021465
Binary111100010010101111110110011010000101010100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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