Html Css Color HEX #A4B779 Olivine

📋 copy color: '#A4B779'

red 164 ◦ green 183 ◦ blue 121

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

Shades of Olivine #A4B779

Tints of Olivine #A4B779

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

 GREEN value IS 183 (71.88% from 255) = 39.1%

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 35.04%
G = 39.1%
B = 25.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#A4B779 (or 0xA4B779) is known color: Olivine. HEX triplet: A4, B7 and 79. RGB value is (164,183,121). Sum of RGB (Red+Green+Blue) = 164+183+121=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B779 is #5B4886. Grayscale: #AAAAAA. Windows color (decimal): -5982343 or 7976868. OLE color: 7976868.

HSL color Cylindrical-coordinate representation of color #A4B779: hue angle of 78.39º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B779 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 121 -
CMYK 0.10 0 0.34 0.28
HSL 78.39º 0.3% 0.6% -
HSV(B) 78.39º 0.34% 0.72% -
XYZ 35.69 43.14 24.53 -
YUV 170.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 164 183 121 0.10 0 0.34 0.28 78.39 0.3 0.6
Hex A4 B7 79 A 0 22 1C 4E 1E 3C
Octal 244 267 171 12 0 42 34 116 36 74
Binary 10100100 10110111 1111001 1010 0 100010 11100 1001110 11110 111100

Color Harmonies of #A4B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B779

Black with #A4B779

Text Example


Text Example

White with #A4B779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B779; }

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

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

background-color css

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

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

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

border-color css

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

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

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