Html Css Color HEX #A5B975 Olivine

📋 copy color: '#A5B975'

red 165 ◦ green 185 ◦ blue 117

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

Shades of Olivine #A5B975

Tints of Olivine #A5B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

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

R = 35.33%
G = 39.61%
B = 25.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A5B975 (or 0xA5B975) is known color: Olivine. HEX triplet: A5, B9 and 75. RGB value is (165,185,117). Sum of RGB (Red+Green+Blue) = 165+185+117=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B975 is #5A468A. Grayscale: #ABABAB. Windows color (decimal): -5916299 or 7715237. OLE color: 7715237.

HSL color Cylindrical-coordinate representation of color #A5B975: hue angle of 77.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5B975 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 117 -
CMYK 0.11 0 0.37 0.27
HSL 77.65º 0.33% 0.59% -
HSV(B) 77.65º 0.37% 0.73% -
XYZ 36.08 43.98 23.42 -
YUV 171.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 165 185 117 0.11 0 0.37 0.27 77.65 0.33 0.59
Hex A5 B9 75 B 0 25 1B 4E 21 3B
Octal 245 271 165 13 0 45 33 116 41 73
Binary 10100101 10111001 1110101 1011 0 100101 11011 1001110 100001 111011

Color Harmonies of #A5B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B975

Black with #A5B975

Text Example


Text Example

White with #A5B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B975; }

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

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

background-color css

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

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

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

border-color css

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

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

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