Html Css Color HEX #7A9E82 Oxley

📋 copy color: '#7A9E82'

red 122 ◦ green 158 ◦ blue 130

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

Shades of Oxley #7A9E82

Tints of Oxley #7A9E82

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.54%

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 29.76%
G = 38.54%
B = 31.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#7A9E82 (or 0x7A9E82) is known color: Oxley. HEX triplet: 7A, 9E and 82. RGB value is (122,158,130). Sum of RGB (Red+Green+Blue) = 122+158+130=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9E82 is #85617D. Grayscale: #909090. Windows color (decimal): -8741246 or 8560250. OLE color: 8560250.

HSL color Cylindrical-coordinate representation of color #7A9E82: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9E82 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 158 130 -
CMYK 0.23 0 0.18 0.38
HSL 133.33º 0.16% 0.55% -
HSV(B) 133.33º 0.23% 0.62% -
XYZ 24.28 30.2 25.67 -
YUV 144.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 122 158 130 0.23 0 0.18 0.38 133.33 0.16 0.55
Hex 7A 9E 82 17 0 12 26 85 10 37
Octal 172 236 202 27 0 22 46 205 20 67
Binary 1111010 10011110 10000010 10111 0 10010 100110 10000101 10000 110111

Color Harmonies of #7A9E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9E82

Black with #7A9E82

Text Example


Text Example

White with #7A9E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,158,130); }

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

background-color css

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

 a { background-color: rgb(122,158,130); }

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

border-color css

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

 span { border-color: rgb(122,158,130); }

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