Html Css Color HEX #A2B77D Olivine

📋 copy color: '#A2B77D'

red 162 ◦ green 183 ◦ blue 125

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

Shades of Olivine #A2B77D

Tints of Olivine #A2B77D

RGB

 RED value IS 162 (63.67% from 255) = 34.47%

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

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 34.47%
G = 38.94%
B = 26.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#A2B77D (or 0xA2B77D) is known color: Olivine. HEX triplet: A2, B7 and 7D. RGB value is (162,183,125). Sum of RGB (Red+Green+Blue) = 162+183+125=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B77D is #5D4882. Grayscale: #AAAAAA. Windows color (decimal): -6113411 or 8239010. OLE color: 8239010.

HSL color Cylindrical-coordinate representation of color #A2B77D: hue angle of 81.72º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B77D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 125 -
CMYK 0.11 0 0.32 0.28
HSL 81.72º 0.29% 0.6% -
HSV(B) 81.72º 0.32% 0.72% -
XYZ 35.54 43.03 25.83 -
YUV 170.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 162 183 125 0.11 0 0.32 0.28 81.72 0.29 0.6
Hex A2 B7 7D B 0 20 1C 52 1D 3C
Octal 242 267 175 13 0 40 34 122 35 74
Binary 10100010 10110111 1111101 1011 0 100000 11100 1010010 11101 111100

Color Harmonies of #A2B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B77D

Black with #A2B77D

Text Example


Text Example

White with #A2B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B77D; }

 p { color: rgb(162,183,125); }

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

background-color css

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

 a { background-color: rgb(162,183,125); }

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

border-color css

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

 span { border-color: rgb(162,183,125); }

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