Html Css Color HEX #A5B76E Olivine

📋 copy color: '#A5B76E'

red 165 ◦ green 183 ◦ blue 110

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

Shades of Olivine #A5B76E

Tints of Olivine #A5B76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.96%

 BLUE value IS 110 (43.36% from 255) = 24.02%

R = 36.03%
G = 39.96%
B = 24.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#A5B76E (or 0xA5B76E) is known color: Olivine. HEX triplet: A5, B7 and 6E. RGB value is (165,183,110). Sum of RGB (Red+Green+Blue) = 165+183+110=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B76E is #5A4891. Grayscale: #A9A9A9. Windows color (decimal): -5916818 or 7255973. OLE color: 7255973.

HSL color Cylindrical-coordinate representation of color #A5B76E: hue angle of 74.79º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5B76E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 110 -
CMYK 0.10 0 0.40 0.28
HSL 74.79º 0.34% 0.57% -
HSV(B) 74.79º 0.4% 0.72% -
XYZ 35.27 42.99 21.19 -
YUV 169.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 165 183 110 0.10 0 0.40 0.28 74.79 0.34 0.57
Hex A5 B7 6E A 0 28 1C 4B 22 39
Octal 245 267 156 12 0 50 34 113 42 71
Binary 10100101 10110111 1101110 1010 0 101000 11100 1001011 100010 111001

Color Harmonies of #A5B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B76E

Black with #A5B76E

Text Example


Text Example

White with #A5B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B76E; }

 p { color: rgb(165,183,110); }

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

background-color css

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

 a { background-color: rgb(165,183,110); }

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

border-color css

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

 span { border-color: rgb(165,183,110); }

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