#7AA27D

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

Shades of Oxley #7AA27D

Tints of Oxley #7AA27D

Color information

#7AA27D (or 0x7AA27D) is unknown color: approx Oxley. HEX triplet: 7A, A2 and 7D. RGB value is (122,162,125). Sum of RGB (Red+Green+Blue) = 122+162+125=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA27D is #855D82. Grayscale: #919191. Windows color (decimal): -8740227 or 8233594. OLE color: 8233594.

HSL color Cylindrical-coordinate representation of color #7AA27D: hue angle of 124.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 #7AA27D is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB122162125-
CMYK0.2500.230.36
HSL124.5º17.7%55.69%-
HSV(B)124.5º24.69%63.53%-
XYZ24.6531.4624.18-
YUV145.82116.25111.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.83%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=29.83%
G=39.61%
B=30.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221621250.2500.230.36124.517.755.69
Hex7AA27D19017247c1238
Octal17224217531027441742270
Binary111101010100010111110111001010111100100111110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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