Html Css Color HEX #A8B75A Olive Green

📋 copy color: '#A8B75A'

red 168 ◦ green 183 ◦ blue 90

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

Shades of Olive Green #A8B75A

Tints of Olive Green #A8B75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.41%

R = 38.1%
G = 41.5%
B = 20.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#A8B75A (or 0xA8B75A) is known color: Olive Green. HEX triplet: A8, B7 and 5A. RGB value is (168,183,90). Sum of RGB (Red+Green+Blue) = 168+183+90=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B75A is #5748A5. Grayscale: #A8A8A8. Windows color (decimal): -5720230 or 5945256. OLE color: 5945256.

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

Color convert

RGB 168 183 90 -
CMYK 0.08 0 0.51 0.28
HSL 69.68º 0.39% 0.54% -
HSV(B) 69.68º 0.51% 0.72% -
XYZ 34.93 42.93 16.12 -
YUV 167.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 168 183 90 0.08 0 0.51 0.28 69.68 0.39 0.54
Hex A8 B7 5A 8 0 33 1C 46 27 36
Octal 250 267 132 10 0 63 34 106 47 66
Binary 10101000 10110111 1011010 1000 0 110011 11100 1000110 100111 110110

Color Harmonies of #A8B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B75A

Black with #A8B75A

Text Example


Text Example

White with #A8B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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