Html Css Color HEX #A1B767 Olivine

📋 copy color: '#A1B767'

red 161 ◦ green 183 ◦ blue 103

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

Shades of Olivine #A1B767

Tints of Olivine #A1B767

RGB

 RED value IS 161 (63.28% from 255) = 36.02%

 GREEN value IS 183 (71.88% from 255) = 40.94%

 BLUE value IS 103 (40.63% from 255) = 23.04%

R = 36.02%
G = 40.94%
B = 23.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#A1B767 (or 0xA1B767) is known color: Olivine. HEX triplet: A1, B7 and 67. RGB value is (161,183,103). Sum of RGB (Red+Green+Blue) = 161+183+103=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B767 is #5E4898. Grayscale: #A7A7A7. Windows color (decimal): -6178969 or 6797217. OLE color: 6797217.

HSL color Cylindrical-coordinate representation of color #A1B767: hue angle of 76.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1B767 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 103 -
CMYK 0.12 0 0.44 0.28
HSL 76.5º 0.36% 0.56% -
HSV(B) 76.5º 0.44% 0.72% -
XYZ 34.08 42.42 19.22 -
YUV 167.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 161 183 103 0.12 0 0.44 0.28 76.5 0.36 0.56
Hex A1 B7 67 C 0 2C 1C 4C 24 38
Octal 241 267 147 14 0 54 34 114 44 70
Binary 10100001 10110111 1100111 1100 0 101100 11100 1001100 100100 111000

Color Harmonies of #A1B767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B767

Black with #A1B767

Text Example


Text Example

White with #A1B767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B767; }

 p { color: rgb(161,183,103); }

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

background-color css

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

 a { background-color: rgb(161,183,103); }

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

border-color css

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

 span { border-color: rgb(161,183,103); }

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