#78ac7d

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

Shades of Oxley #78AC7D

Tints of Oxley #78AC7D

Color information

#78AC7D (or 0x78AC7D) is unknown color: approx Oxley. HEX triplet: 78, AC and 7D. RGB value is (120,172,125). Sum of RGB (Red+Green+Blue) = 120+172+125=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC7D is #875382. Grayscale: #979797. Windows color (decimal): -8868739 or 8236152. OLE color: 8236152.

HSL color Cylindrical-coordinate representation of color #78AC7D: hue angle of 125.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AC7D is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB120172125-
CMYK0.3000.270.33
HSL125.77º23.85%57.25%-
HSV(B)125.77º30.23%67.45%-
XYZ26.234.9824.77-
YUV151.09113.27105.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=28.78%
G=41.25%
B=29.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201721250.3000.270.33125.7723.8557.25
Hex78AC7D1E01B217e1839
Octal17025417536033411763071
Binary111100010101100111110111110011011100001111111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ac7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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