Html Css Color HEX #A4B678 Olivine

📋 copy color: '#A4B678'

red 164 ◦ green 182 ◦ blue 120

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

Shades of Olivine #A4B678

Tints of Olivine #A4B678

RGB

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

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

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

R = 35.19%
G = 39.06%
B = 25.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A4B678 (or 0xA4B678) is known color: Olivine. HEX triplet: A4, B6 and 78. RGB value is (164,182,120). Sum of RGB (Red+Green+Blue) = 164+182+120=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B678 is #5B4987. Grayscale: #A9A9A9. Windows color (decimal): -5982600 or 7911076. OLE color: 7911076.

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

Color convert

RGB 164 182 120 -
CMYK 0.10 0 0.34 0.29
HSL 77.42º 0.3% 0.59% -
HSV(B) 77.42º 0.34% 0.71% -
XYZ 35.43 42.7 24.14 -
YUV 169.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 164 182 120 0.10 0 0.34 0.29 77.42 0.3 0.59
Hex A4 B6 78 A 0 22 1D 4D 1E 3B
Octal 244 266 170 12 0 42 35 115 36 73
Binary 10100100 10110110 1111000 1010 0 100010 11101 1001101 11110 111011

Color Harmonies of #A4B678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B678

Black with #A4B678

Text Example


Text Example

White with #A4B678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B678; }

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

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

background-color css

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

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

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

border-color css

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

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

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