Html Css Color HEX #A8B75D Olive Green

📋 copy color: '#A8B75D'

red 168 ◦ green 183 ◦ blue 93

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

Shades of Olive Green #A8B75D

Tints of Olive Green #A8B75D

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

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

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 37.84%
G = 41.22%
B = 20.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#A8B75D (or 0xA8B75D) is known color: Olive Green. HEX triplet: A8, B7 and 5D. RGB value is (168,183,93). Sum of RGB (Red+Green+Blue) = 168+183+93=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B75D is #5748A2. Grayscale: #A8A8A8. Windows color (decimal): -5720227 or 6141864. OLE color: 6141864.

HSL color Cylindrical-coordinate representation of color #A8B75D: hue angle of 70º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8B75D is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 93 -
CMYK 0.08 0 0.49 0.28
HSL 70º 0.38% 0.54% -
HSV(B) 70º 0.49% 0.72% -
XYZ 35.06 42.98 16.8 -
YUV 168.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 168 183 93 0.08 0 0.49 0.28 70 0.38 0.54
Hex A8 B7 5D 8 0 31 1C 46 26 36
Octal 250 267 135 10 0 61 34 106 46 66
Binary 10101000 10110111 1011101 1000 0 110001 11100 1000110 100110 110110

Color Harmonies of #A8B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B75D

Black with #A8B75D

Text Example


Text Example

White with #A8B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B75D; }

 p { color: rgb(168,183,93); }

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

background-color css

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

 a { background-color: rgb(168,183,93); }

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

border-color css

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

 span { border-color: rgb(168,183,93); }

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