Html Css Color HEX #A4BB78 Olivine

📋 copy color: '#A4BB78'

red 164 ◦ green 187 ◦ blue 120

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

Shades of Olivine #A4BB78

Tints of Olivine #A4BB78

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.7%

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

R = 34.82%
G = 39.7%
B = 25.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A4BB78 (or 0xA4BB78) is known color: Olivine. HEX triplet: A4, BB and 78. RGB value is (164,187,120). Sum of RGB (Red+Green+Blue) = 164+187+120=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BB78 is #5B4487. Grayscale: #ACACAC. Windows color (decimal): -5981320 or 7912356. OLE color: 7912356.

HSL color Cylindrical-coordinate representation of color #A4BB78: hue angle of 80.6º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4BB78 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 120 -
CMYK 0.12 0 0.36 0.27
HSL 80.6º 0.33% 0.6% -
HSV(B) 80.6º 0.36% 0.73% -
XYZ 36.47 44.79 24.49 -
YUV 172.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 164 187 120 0.12 0 0.36 0.27 80.6 0.33 0.6
Hex A4 BB 78 C 0 24 1B 51 21 3C
Octal 244 273 170 14 0 44 33 121 41 74
Binary 10100100 10111011 1111000 1100 0 100100 11011 1010001 100001 111100

Color Harmonies of #A4BB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB78

Black with #A4BB78

Text Example


Text Example

White with #A4BB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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