Html Css Color HEX #7A9781 Oxley

📋 copy color: '#7A9781'

red 122 ◦ green 151 ◦ blue 129

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

Shades of Oxley #7A9781

Tints of Oxley #7A9781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 30.35%
G = 37.56%
B = 32.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#7A9781 (or 0x7A9781) is known color: Oxley. HEX triplet: 7A, 97 and 81. RGB value is (122,151,129). Sum of RGB (Red+Green+Blue) = 122+151+129=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9781 is #85687E. Grayscale: #8B8B8B. Windows color (decimal): -8743039 or 8492922. OLE color: 8492922.

HSL color Cylindrical-coordinate representation of color #7A9781: hue angle of 134.48º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A9781 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 151 129 -
CMYK 0.19 0 0.15 0.41
HSL 134.48º 0.12% 0.54% -
HSV(B) 134.48º 0.19% 0.59% -
XYZ 23.06 27.86 24.93 -
YUV 139.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 122 151 129 0.19 0 0.15 0.41 134.48 0.12 0.54
Hex 7A 97 81 13 0 F 29 86 C 36
Octal 172 227 201 23 0 17 51 206 14 66
Binary 1111010 10010111 10000001 10011 0 1111 101001 10000110 1100 110110

Color Harmonies of #7A9781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9781

Black with #7A9781

Text Example


Text Example

White with #7A9781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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