Html Css Color HEX #A0B77B Olivine

📋 copy color: '#A0B77B'

red 160 ◦ green 183 ◦ blue 123

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

Shades of Olivine #A0B77B

Tints of Olivine #A0B77B

RGB

 RED value IS 160 (62.89% from 255) = 34.33%

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

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 34.33%
G = 39.27%
B = 26.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#A0B77B (or 0xA0B77B) is known color: Olivine. HEX triplet: A0, B7 and 7B. RGB value is (160,183,123). Sum of RGB (Red+Green+Blue) = 160+183+123=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B77B is #5F4884. Grayscale: #A9A9A9. Windows color (decimal): -6244485 or 8107936. OLE color: 8107936.

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

Color convert

RGB 160 183 123 -
CMYK 0.13 0 0.33 0.28
HSL 83º 0.29% 0.6% -
HSV(B) 83º 0.33% 0.72% -
XYZ 35.01 42.77 25.15 -
YUV 169.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 160 183 123 0.13 0 0.33 0.28 83 0.29 0.6
Hex A0 B7 7B D 0 21 1C 53 1D 3C
Octal 240 267 173 15 0 41 34 123 35 74
Binary 10100000 10110111 1111011 1101 0 100001 11100 1010011 11101 111100

Color Harmonies of #A0B77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B77B

Black with #A0B77B

Text Example


Text Example

White with #A0B77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B77B; }

 p { color: rgb(160,183,123); }

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

background-color css

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

 a { background-color: rgb(160,183,123); }

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

border-color css

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

 span { border-color: rgb(160,183,123); }

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