Html Css Color HEX #7AA07C Oxley

📋 copy color: '#7AA07C'

red 122 ◦ green 160 ◦ blue 124

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

Shades of Oxley #7AA07C

Tints of Oxley #7AA07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 30.05%
G = 39.41%
B = 30.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#7AA07C (or 0x7AA07C) is known color: Oxley. HEX triplet: 7A, A0 and 7C. RGB value is (122,160,124). Sum of RGB (Red+Green+Blue) = 122+160+124=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA07C is #855F83. Grayscale: #909090. Windows color (decimal): -8740740 or 8167546. OLE color: 8167546.

HSL color Cylindrical-coordinate representation of color #7AA07C: hue angle of 123.16º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA07C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 122 160 124 -
CMYK 0.24 0 0.22 0.37
HSL 123.16º 0.17% 0.55% -
HSV(B) 123.16º 0.24% 0.63% -
XYZ 24.23 30.73 23.72 -
YUV 144.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 122 160 124 0.24 0 0.22 0.37 123.16 0.17 0.55
Hex 7A A0 7C 18 0 16 25 7B 11 37
Octal 172 240 174 30 0 26 45 173 21 67
Binary 1111010 10100000 1111100 11000 0 10110 100101 1111011 10001 110111

Color Harmonies of #7AA07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA07C

Black with #7AA07C

Text Example


Text Example

White with #7AA07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,160,124); }

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

background-color css

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

 a { background-color: rgb(122,160,124); }

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

border-color css

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

 span { border-color: rgb(122,160,124); }

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