Html Css Color HEX #A5C764 Olivine

📋 copy color: '#A5C764'

red 165 ◦ green 199 ◦ blue 100

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

Shades of Olivine #A5C764

Tints of Olivine #A5C764

RGB

 RED value IS 165 (64.84% from 255) = 35.56%

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

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

R = 35.56%
G = 42.89%
B = 21.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#A5C764 (or 0xA5C764) is known color: Olivine. HEX triplet: A5, C7 and 64. RGB value is (165,199,100). Sum of RGB (Red+Green+Blue) = 165+199+100=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C764 is #5A389B. Grayscale: #B1B1B1. Windows color (decimal): -5912732 or 6604709. OLE color: 6604709.

HSL color Cylindrical-coordinate representation of color #A5C764: hue angle of 80.61º 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 #A5C764 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 199 100 -
CMYK 0.17 0 0.50 0.22
HSL 80.61º 0.47% 0.59% -
HSV(B) 80.61º 0.5% 0.78% -
XYZ 38.24 49.77 19.65 -
YUV 177.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 165 199 100 0.17 0 0.50 0.22 80.61 0.47 0.59
Hex A5 C7 64 11 0 32 16 51 2F 3B
Octal 245 307 144 21 0 62 26 121 57 73
Binary 10100101 11000111 1100100 10001 0 110010 10110 1010001 101111 111011

Color Harmonies of #A5C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C764

Black with #A5C764

Text Example


Text Example

White with #A5C764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C764; }

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

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

background-color css

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

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

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

border-color css

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

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

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