Html Css Color HEX #A5B968 Olivine

📋 copy color: '#A5B968'

red 165 ◦ green 185 ◦ blue 104

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

Shades of Olivine #A5B968

Tints of Olivine #A5B968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 36.34%
G = 40.75%
B = 22.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#A5B968 (or 0xA5B968) is known color: Olivine. HEX triplet: A5, B9 and 68. RGB value is (165,185,104). Sum of RGB (Red+Green+Blue) = 165+185+104=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B968 is #5A4697. Grayscale: #AAAAAA. Windows color (decimal): -5916312 or 6863269. OLE color: 6863269.

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

Color convert

RGB 165 185 104 -
CMYK 0.11 0 0.44 0.27
HSL 74.81º 0.37% 0.57% -
HSV(B) 74.81º 0.44% 0.73% -
XYZ 35.36 43.7 19.67 -
YUV 169.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 165 185 104 0.11 0 0.44 0.27 74.81 0.37 0.57
Hex A5 B9 68 B 0 2C 1B 4B 25 39
Octal 245 271 150 13 0 54 33 113 45 71
Binary 10100101 10111001 1101000 1011 0 101100 11011 1001011 100101 111001

Color Harmonies of #A5B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B968

Black with #A5B968

Text Example


Text Example

White with #A5B968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B968; }

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

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

background-color css

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

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

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

border-color css

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

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

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