Html Css Color HEX #A8B75B Olive Green

📋 copy color: '#A8B75B'

red 168 ◦ green 183 ◦ blue 91

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

Shades of Olive Green #A8B75B

Tints of Olive Green #A8B75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.59%

R = 38.01%
G = 41.4%
B = 20.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#A8B75B (or 0xA8B75B) is known color: Olive Green. HEX triplet: A8, B7 and 5B. RGB value is (168,183,91). Sum of RGB (Red+Green+Blue) = 168+183+91=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B75B is #5748A4. Grayscale: #A8A8A8. Windows color (decimal): -5720229 or 6010792. OLE color: 6010792.

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

Color convert

RGB 168 183 91 -
CMYK 0.08 0 0.50 0.28
HSL 69.78º 0.39% 0.54% -
HSV(B) 69.78º 0.5% 0.72% -
XYZ 34.97 42.95 16.34 -
YUV 168.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 168 183 91 0.08 0 0.50 0.28 69.78 0.39 0.54
Hex A8 B7 5B 8 0 32 1C 46 27 36
Octal 250 267 133 10 0 62 34 106 47 66
Binary 10101000 10110111 1011011 1000 0 110010 11100 1000110 100111 110110

Color Harmonies of #A8B75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B75B

Black with #A8B75B

Text Example


Text Example

White with #A8B75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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