Html Css Color HEX #7AA581 Oxley

📋 copy color: '#7AA581'

red 122 ◦ green 165 ◦ blue 129

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

Shades of Oxley #7AA581

Tints of Oxley #7AA581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

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

R = 29.33%
G = 39.66%
B = 31.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#7AA581 (or 0x7AA581) is known color: Oxley. HEX triplet: 7A, A5 and 81. RGB value is (122,165,129). Sum of RGB (Red+Green+Blue) = 122+165+129=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA581 is #855A7E. Grayscale: #949494. Windows color (decimal): -8739455 or 8496506. OLE color: 8496506.

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

Color convert

RGB 122 165 129 -
CMYK 0.26 0 0.22 0.35
HSL 129.77º 0.19% 0.56% -
HSV(B) 129.77º 0.26% 0.65% -
XYZ 25.44 32.63 25.73 -
YUV 148.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 122 165 129 0.26 0 0.22 0.35 129.77 0.19 0.56
Hex 7A A5 81 1A 0 16 23 82 13 38
Octal 172 245 201 32 0 26 43 202 23 70
Binary 1111010 10100101 10000001 11010 0 10110 100011 10000010 10011 111000

Color Harmonies of #7AA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA581

Black with #7AA581

Text Example


Text Example

White with #7AA581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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