Html Css Color HEX #A8C764 Olivine

📋 copy color: '#A8C764'

red 168 ◦ green 199 ◦ blue 100

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

Shades of Olivine #A8C764

Tints of Olivine #A8C764

RGB

 RED value IS 168 (66.02% from 255) = 35.97%

 GREEN value IS 199 (78.13% from 255) = 42.61%

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 35.97%
G = 42.61%
B = 21.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#A8C764 (or 0xA8C764) is known color: Olivine. HEX triplet: A8, C7 and 64. RGB value is (168,199,100). Sum of RGB (Red+Green+Blue) = 168+199+100=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C764 is #57389B. Grayscale: #B2B2B2. Windows color (decimal): -5716124 or 6604712. OLE color: 6604712.

HSL color Cylindrical-coordinate representation of color #A8C764: hue angle of 78.79º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8C764 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 199 100 -
CMYK 0.16 0 0.50 0.22
HSL 78.79º 0.47% 0.59% -
HSV(B) 78.79º 0.5% 0.78% -
XYZ 38.87 50.09 19.68 -
YUV 178.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 168 199 100 0.16 0 0.50 0.22 78.79 0.47 0.59
Hex A8 C7 64 10 0 32 16 4F 2F 3B
Octal 250 307 144 20 0 62 26 117 57 73
Binary 10101000 11000111 1100100 10000 0 110010 10110 1001111 101111 111011

Color Harmonies of #A8C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C764

Black with #A8C764

Text Example


Text Example

White with #A8C764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C764; }

 p { color: rgb(168,199,100); }

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

background-color css

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

 a { background-color: rgb(168,199,100); }

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

border-color css

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

 span { border-color: rgb(168,199,100); }

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