#7CA27D

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

Shades of Oxley #7CA27D

Tints of Oxley #7CA27D

Color information

#7CA27D (or 0x7CA27D) is unknown color: approx Oxley. HEX triplet: 7C, A2 and 7D. RGB value is (124,162,125). Sum of RGB (Red+Green+Blue) = 124+162+125=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA27D is #835D82. Grayscale: #929292. Windows color (decimal): -8609155 or 8233596. OLE color: 8233596.

HSL color Cylindrical-coordinate representation of color #7CA27D: hue angle of 121.58º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA27D is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB124162125-
CMYK0.2300.230.36
HSL121.58º16.96%56.08%-
HSV(B)121.58º23.46%63.53%-
XYZ24.9331.6124.19-
YUV146.42115.91112.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=30.17%
G=39.42%
B=30.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241621250.2300.230.36121.5816.9656.08
Hex7CA27D17017247a1138
Octal17424217527027441722170
Binary111110010100010111110110111010111100100111101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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