Html Css Color HEX #A5B676 Olivine

📋 copy color: '#A5B676'

red 165 ◦ green 182 ◦ blue 118

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

Shades of Olivine #A5B676

Tints of Olivine #A5B676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 35.48%
G = 39.14%
B = 25.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A5B676 (or 0xA5B676) is known color: Olivine. HEX triplet: A5, B6 and 76. RGB value is (165,182,118). Sum of RGB (Red+Green+Blue) = 165+182+118=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B676 is #5A4989. Grayscale: #A9A9A9. Windows color (decimal): -5917066 or 7780005. OLE color: 7780005.

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

Color convert

RGB 165 182 118 -
CMYK 0.09 0 0.35 0.29
HSL 75.94º 0.3% 0.59% -
HSV(B) 75.94º 0.35% 0.71% -
XYZ 35.52 42.76 23.52 -
YUV 169.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 165 182 118 0.09 0 0.35 0.29 75.94 0.3 0.59
Hex A5 B6 76 9 0 23 1D 4C 1E 3B
Octal 245 266 166 11 0 43 35 114 36 73
Binary 10100101 10110110 1110110 1001 0 100011 11101 1001100 11110 111011

Color Harmonies of #A5B676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B676

Black with #A5B676

Text Example


Text Example

White with #A5B676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B676; }

 p { color: rgb(165,182,118); }

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

background-color css

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

 a { background-color: rgb(165,182,118); }

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

border-color css

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

 span { border-color: rgb(165,182,118); }

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