#7AA27F

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

Shades of Oxley #7AA27F

Tints of Oxley #7AA27F

Color information

#7AA27F (or 0x7AA27F) is unknown color: approx Oxley. HEX triplet: 7A, A2 and 7F. RGB value is (122,162,127). Sum of RGB (Red+Green+Blue) = 122+162+127=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA27F is #855D80. Grayscale: #929292. Windows color (decimal): -8740225 or 8364666. OLE color: 8364666.

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

Color convert

RGB122162127-
CMYK0.2500.220.36
HSL127.5º17.7%55.69%-
HSV(B)127.5º24.69%63.53%-
XYZ24.7831.5124.85-
YUV146.05117.25110.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 127 (50% from 255) = 30.90%
R=29.68%
G=39.42%
B=30.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221621270.2500.220.36127.517.755.69
Hex7AA27F1901624801238
Octal17224217731026442002270
Binary1111010101000101111111110010101101001001000000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,162,127); }

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

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

 a { background-color: rgb(122,162,127); }

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

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

 span { border-color: rgb(122,162,127); }

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