Html Css Color HEX #A4B677 Olivine

📋 copy color: '#A4B677'

red 164 ◦ green 182 ◦ blue 119

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

Shades of Olivine #A4B677

Tints of Olivine #A4B677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 35.27%
G = 39.14%
B = 25.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A4B677 (or 0xA4B677) is known color: Olivine. HEX triplet: A4, B6 and 77. RGB value is (164,182,119). Sum of RGB (Red+Green+Blue) = 164+182+119=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B677 is #5B4988. Grayscale: #A9A9A9. Windows color (decimal): -5982601 or 7845540. OLE color: 7845540.

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

Color convert

RGB 164 182 119 -
CMYK 0.10 0 0.35 0.29
HSL 77.14º 0.3% 0.59% -
HSV(B) 77.14º 0.35% 0.71% -
XYZ 35.37 42.68 23.83 -
YUV 169.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 164 182 119 0.10 0 0.35 0.29 77.14 0.3 0.59
Hex A4 B6 77 A 0 23 1D 4D 1E 3B
Octal 244 266 167 12 0 43 35 115 36 73
Binary 10100100 10110110 1110111 1010 0 100011 11101 1001101 11110 111011

Color Harmonies of #A4B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B677

Black with #A4B677

Text Example


Text Example

White with #A4B677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B677; }

 p { color: rgb(164,182,119); }

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

background-color css

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

 a { background-color: rgb(164,182,119); }

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

border-color css

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

 span { border-color: rgb(164,182,119); }

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