Html Css Color HEX #A5B66F Olivine

📋 copy color: '#A5B66F'

red 165 ◦ green 182 ◦ blue 111

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

Shades of Olivine #A5B66F

Tints of Olivine #A5B66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 36.03%
G = 39.74%
B = 24.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#A5B66F (or 0xA5B66F) is known color: Olivine. HEX triplet: A5, B6 and 6F. RGB value is (165,182,111). Sum of RGB (Red+Green+Blue) = 165+182+111=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B66F is #5A4990. Grayscale: #A9A9A9. Windows color (decimal): -5917073 or 7321253. OLE color: 7321253.

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

Color convert

RGB 165 182 111 -
CMYK 0.09 0 0.39 0.29
HSL 74.37º 0.33% 0.57% -
HSV(B) 74.37º 0.39% 0.71% -
XYZ 35.11 42.6 21.41 -
YUV 168.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 165 182 111 0.09 0 0.39 0.29 74.37 0.33 0.57
Hex A5 B6 6F 9 0 27 1D 4A 21 39
Octal 245 266 157 11 0 47 35 112 41 71
Binary 10100101 10110110 1101111 1001 0 100111 11101 1001010 100001 111001

Color Harmonies of #A5B66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B66F

Black with #A5B66F

Text Example


Text Example

White with #A5B66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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