Html Css Color HEX #7AA47B Oxley

📋 copy color: '#7AA47B'

red 122 ◦ green 164 ◦ blue 123

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

Shades of Oxley #7AA47B

Tints of Oxley #7AA47B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 29.83%
G = 40.1%
B = 30.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#7AA47B (or 0x7AA47B) is known color: Oxley. HEX triplet: 7A, A4 and 7B. RGB value is (122,164,123). Sum of RGB (Red+Green+Blue) = 122+164+123=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA47B is #855B84. Grayscale: #929292. Windows color (decimal): -8739717 or 8103034. OLE color: 8103034.

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

Color convert

RGB 122 164 123 -
CMYK 0.26 0 0.25 0.36
HSL 121.43º 0.19% 0.56% -
HSV(B) 121.43º 0.26% 0.64% -
XYZ 24.88 32.12 23.63 -
YUV 146.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 122 164 123 0.26 0 0.25 0.36 121.43 0.19 0.56
Hex 7A A4 7B 1A 0 19 24 79 13 38
Octal 172 244 173 32 0 31 44 171 23 70
Binary 1111010 10100100 1111011 11010 0 11001 100100 1111001 10011 111000

Color Harmonies of #7AA47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA47B

Black with #7AA47B

Text Example


Text Example

White with #7AA47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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