Html Css Color HEX #A5B475 Olivine

📋 copy color: '#A5B475'

red 165 ◦ green 180 ◦ blue 117

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

Shades of Olivine #A5B475

Tints of Olivine #A5B475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 35.71%
G = 38.96%
B = 25.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A5B475 (or 0xA5B475) is known color: Olivine. HEX triplet: A5, B4 and 75. RGB value is (165,180,117). Sum of RGB (Red+Green+Blue) = 165+180+117=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B475 is #5A4B8A. Grayscale: #A8A8A8. Windows color (decimal): -5917579 or 7713957. OLE color: 7713957.

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

Color convert

RGB 165 180 117 -
CMYK 0.08 0 0.35 0.29
HSL 74.29º 0.3% 0.58% -
HSV(B) 74.29º 0.35% 0.71% -
XYZ 35.05 41.93 23.07 -
YUV 168.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 165 180 117 0.08 0 0.35 0.29 74.29 0.3 0.58
Hex A5 B4 75 8 0 23 1D 4A 1E 3A
Octal 245 264 165 10 0 43 35 112 36 72
Binary 10100101 10110100 1110101 1000 0 100011 11101 1001010 11110 111010

Color Harmonies of #A5B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B475

Black with #A5B475

Text Example


Text Example

White with #A5B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B475; }

 p { color: rgb(165,180,117); }

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

background-color css

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

 a { background-color: rgb(165,180,117); }

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

border-color css

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

 span { border-color: rgb(165,180,117); }

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