Html Css Color HEX #7AAA7B Oxley

📋 copy color: '#7AAA7B'

red 122 ◦ green 170 ◦ blue 123

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

Shades of Oxley #7AAA7B

Tints of Oxley #7AAA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 29.4%
G = 40.96%
B = 29.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#7AAA7B (or 0x7AAA7B) is known color: Oxley. HEX triplet: 7A, AA and 7B. RGB value is (122,170,123). Sum of RGB (Red+Green+Blue) = 122+170+123=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA7B is #855584. Grayscale: #969696. Windows color (decimal): -8738181 or 8104570. OLE color: 8104570.

HSL color Cylindrical-coordinate representation of color #7AAA7B: hue angle of 121.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAA7B is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 170 123 -
CMYK 0.28 0 0.28 0.33
HSL 121.25º 0.22% 0.57% -
HSV(B) 121.25º 0.28% 0.67% -
XYZ 25.98 34.32 23.99 -
YUV 150.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 122 170 123 0.28 0 0.28 0.33 121.25 0.22 0.57
Hex 7A AA 7B 1C 0 1C 21 79 16 39
Octal 172 252 173 34 0 34 41 171 26 71
Binary 1111010 10101010 1111011 11100 0 11100 100001 1111001 10110 111001

Color Harmonies of #7AAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA7B

Black with #7AAA7B

Text Example


Text Example

White with #7AAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,170,123); }

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

background-color css

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

 a { background-color: rgb(122,170,123); }

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

border-color css

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

 span { border-color: rgb(122,170,123); }

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