#78A67D

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

Shades of Oxley #78A67D

Tints of Oxley #78A67D

Color information

#78A67D (or 0x78A67D) is unknown color: approx Oxley. HEX triplet: 78, A6 and 7D. RGB value is (120,166,125). Sum of RGB (Red+Green+Blue) = 120+166+125=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #78A67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A67D is #875982. Grayscale: #939393. Windows color (decimal): -8870275 or 8234616. OLE color: 8234616.

HSL color Cylindrical-coordinate representation of color #78A67D: hue angle of 126.52º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78A67D is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB120166125-
CMYK0.2800.250.35
HSL126.52º20.54%56.08%-
HSV(B)126.52º27.71%65.1%-
XYZ25.0832.7524.4-
YUV147.57115.26108.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=29.20%
G=40.39%
B=30.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201661250.2800.250.35126.5220.5456.08
Hex78A67D1C019237f1538
Octal17024617534031431772570
Binary111100010100110111110111100011001100011111111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A67D; }

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

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

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

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

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

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

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

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