Html Css Color HEX #79A47B Oxley

📋 copy color: '#79A47B'

red 121 ◦ green 164 ◦ blue 123

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

Shades of Oxley #79A47B

Tints of Oxley #79A47B

RGB

 RED value IS 121 (47.66% from 255) = 29.66%

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

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

R = 29.66%
G = 40.2%
B = 30.15%

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

#79A47B (or 0x79A47B) is known color: Oxley. HEX triplet: 79, A4 and 7B. RGB value is (121,164,123). Sum of RGB (Red+Green+Blue) = 121+164+123=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #79A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A47B is #865B84. Grayscale: #929292. Windows color (decimal): -8805253 or 8103033. OLE color: 8103033.

HSL color Cylindrical-coordinate representation of color #79A47B: hue angle of 122.79º 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 #79A47B is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 164 123 -
CMYK 0.26 0 0.25 0.36
HSL 122.79º 0.19% 0.56% -
HSV(B) 122.79º 0.26% 0.64% -
XYZ 24.74 32.05 23.62 -
YUV 146.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 121 164 123 0.26 0 0.25 0.36 122.79 0.19 0.56
Hex 79 A4 7B 1A 0 19 24 7B 13 38
Octal 171 244 173 32 0 31 44 173 23 70
Binary 1111001 10100100 1111011 11010 0 11001 100100 1111011 10011 111000

Color Harmonies of #79A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A47B

Black with #79A47B

Text Example


Text Example

White with #79A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A47B; }

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

 H1.HeaderClassName
 {
   color: #79A47B;
 }
 .AnyTagClassName
 {
   color: #79A47B;
 }
</style>

background-color css

<style>
 a { background-color: #79A47B; }

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

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

border-color css

<style>
 span { border-color: #79A47B; }

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

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