Html Css Color HEX #A0BE75 Olivine

📋 copy color: '#A0BE75'

red 160 ◦ green 190 ◦ blue 117

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

Shades of Olivine #A0BE75

Tints of Olivine #A0BE75

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 34.26%
G = 40.69%
B = 25.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A0BE75 (or 0xA0BE75) is known color: Olivine. HEX triplet: A0, BE and 75. RGB value is (160,190,117). Sum of RGB (Red+Green+Blue) = 160+190+117=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE75 is #5F418A. Grayscale: #ACACAC. Windows color (decimal): -6242699 or 7716512. OLE color: 7716512.

HSL color Cylindrical-coordinate representation of color #A0BE75: hue angle of 84.66º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0BE75 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 117 -
CMYK 0.16 0 0.38 0.25
HSL 84.66º 0.36% 0.6% -
HSV(B) 84.66º 0.38% 0.75% -
XYZ 36.12 45.58 23.72 -
YUV 172.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 160 190 117 0.16 0 0.38 0.25 84.66 0.36 0.6
Hex A0 BE 75 10 0 26 19 55 24 3C
Octal 240 276 165 20 0 46 31 125 44 74
Binary 10100000 10111110 1110101 10000 0 100110 11001 1010101 100100 111100

Color Harmonies of #A0BE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE75

Black with #A0BE75

Text Example


Text Example

White with #A0BE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE75; }

 p { color: rgb(160,190,117); }

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

background-color css

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

 a { background-color: rgb(160,190,117); }

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

border-color css

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

 span { border-color: rgb(160,190,117); }

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