Html Css Color HEX #7AA481 Oxley

📋 copy color: '#7AA481'

red 122 ◦ green 164 ◦ blue 129

#7AA481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #7AA481

Tints of Oxley #7AA481

RGB

 RED value IS 122 (48.05% from 255) = 29.4%

 GREEN value IS 164 (64.45% from 255) = 39.52%

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 29.4%
G = 39.52%
B = 31.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#7AA481 (or 0x7AA481) is known color: Oxley. HEX triplet: 7A, A4 and 81. RGB value is (122,164,129). Sum of RGB (Red+Green+Blue) = 122+164+129=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA481 is #855B7E. Grayscale: #939393. Windows color (decimal): -8739711 or 8496250. OLE color: 8496250.

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

Color convert

RGB 122 164 129 -
CMYK 0.26 0 0.21 0.36
HSL 130º 0.19% 0.56% -
HSV(B) 130º 0.26% 0.64% -
XYZ 25.26 32.27 25.67 -
YUV 147.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 122 164 129 0.26 0 0.21 0.36 130 0.19 0.56
Hex 7A A4 81 1A 0 15 24 82 13 38
Octal 172 244 201 32 0 25 44 202 23 70
Binary 1111010 10100100 10000001 11010 0 10101 100100 10000010 10011 111000

Color Harmonies of #7AA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA481

Black with #7AA481

Text Example


Text Example

White with #7AA481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,164,129); }

 H1.HeaderClassName
 {
   color: #7AA481;
 }
 .AnyTagClassName
 {
   color: #7AA481;
 }
</style>

background-color css

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

 a { background-color: rgb(122,164,129); }

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

border-color css

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

 span { border-color: rgb(122,164,129); }

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