Html Css Color HEX #A4B778 Olivine

📋 copy color: '#A4B778'

red 164 ◦ green 183 ◦ blue 120

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

Shades of Olivine #A4B778

Tints of Olivine #A4B778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 35.12%
G = 39.19%
B = 25.7%

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

#A4B778 (or 0xA4B778) is known color: Olivine. HEX triplet: A4, B7 and 78. RGB value is (164,183,120). Sum of RGB (Red+Green+Blue) = 164+183+120=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B778 is #5B4887. Grayscale: #AAAAAA. Windows color (decimal): -5982344 or 7911332. OLE color: 7911332.

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

Color convert

RGB 164 183 120 -
CMYK 0.10 0 0.34 0.28
HSL 78.1º 0.3% 0.59% -
HSV(B) 78.1º 0.34% 0.72% -
XYZ 35.63 43.12 24.21 -
YUV 170.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 164 183 120 0.10 0 0.34 0.28 78.1 0.3 0.59
Hex A4 B7 78 A 0 22 1C 4E 1E 3B
Octal 244 267 170 12 0 42 34 116 36 73
Binary 10100100 10110111 1111000 1010 0 100010 11100 1001110 11110 111011

Color Harmonies of #A4B778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B778

Black with #A4B778

Text Example


Text Example

White with #A4B778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B778; }

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

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

background-color css

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

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

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

border-color css

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

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

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