#78A37A

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

Shades of Oxley #78A37A

Tints of Oxley #78A37A

Color information

#78A37A (or 0x78A37A) is unknown color: approx Oxley. HEX triplet: 78, A3 and 7A. RGB value is (120,163,122). Sum of RGB (Red+Green+Blue) = 120+163+122=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #78A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A37A is #875C85. Grayscale: #919191. Windows color (decimal): -8871046 or 8037240. OLE color: 8037240.

HSL color Cylindrical-coordinate representation of color #78A37A: hue angle of 122.79º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A37A is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB120163122-
CMYK0.2600.250.36
HSL122.79º18.94%55.49%-
HSV(B)122.79º26.38%63.92%-
XYZ24.3631.5923.23-
YUV145.47114.75109.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=29.63%
G=40.25%
B=30.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201631220.2600.250.36122.7918.9455.49
Hex78A37A1A019247b1337
Octal17024317232031441732367
Binary111100010100011111101011010011001100100111101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,163,122); }

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

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

 a { background-color: rgb(120,163,122); }

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

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

 span { border-color: rgb(120,163,122); }

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