#7CA17D

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

Shades of Oxley #7CA17D

Tints of Oxley #7CA17D

Color information

#7CA17D (or 0x7CA17D) is unknown color: approx Oxley. HEX triplet: 7C, A1 and 7D. RGB value is (124,161,125). Sum of RGB (Red+Green+Blue) = 124+161+125=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA17D is #835E82. Grayscale: #919191. Windows color (decimal): -8609411 or 8233340. OLE color: 8233340.

HSL color Cylindrical-coordinate representation of color #7CA17D: hue angle of 121.62º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA17D is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB124161125-
CMYK0.2300.220.37
HSL121.62º16.44%55.88%-
HSV(B)121.62º22.98%63.14%-
XYZ24.7631.2624.13-
YUV145.83116.24112.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.24%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=30.24%
G=39.27%
B=30.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241611250.2300.220.37121.6216.4455.88
Hex7CA17D17016257a1038
Octal17424117527026451722070
Binary111110010100001111110110111010110100101111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA17D; }

 p { color: rgb(124,161,125); }

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

<style>
 a { background-color: #7CA17D; }

 a { background-color: rgb(124,161,125); }

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

<style>
 span { border-color: #7CA17D; }

 span { border-color: rgb(124,161,125); }

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