Html Css Color HEX #8D8A01 Olive

📋 copy color: '#8D8A01'

red 141 ◦ green 138 ◦ blue 1

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

Shades of Olive #8D8A01

Tints of Olive #8D8A01

RGB

 RED value IS 141 (55.47% from 255) = 50.36%

 GREEN value IS 138 (54.3% from 255) = 49.29%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 50.36%
G = 49.29%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D8A01 (or 0x8D8A01) is known color: Olive. HEX triplet: 8D, 8A and 01. RGB value is (141,138,1). Sum of RGB (Red+Green+Blue) = 141+138+1=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8A01 is #7275FE. Grayscale: #7B7B7B. Windows color (decimal): -7501311 or 101005. OLE color: 101005.

HSL color Cylindrical-coordinate representation of color #8D8A01: hue angle of 58.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D8A01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 138 1 -
CMYK 0 0.02 0.99 0.45
HSL 58.71º 0.99% 0.28% -
HSV(B) 58.71º 0.99% 0.55% -
XYZ 20.08 23.84 3.57 -
YUV 123.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 141 138 1 0 0.02 0.99 0.45 58.71 0.99 0.28
Hex 8D 8A 1 0 2 63 2D 3B 63 1C
Octal 215 212 1 0 2 143 55 73 143 34
Binary 10001101 10001010 1 0 10 1100011 101101 111011 1100011 11100

Color Harmonies of #8D8A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8A01

Black with #8D8A01

Text Example


Text Example

White with #8D8A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D8A01; }

 p { color: rgb(141,138,1); }

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

background-color css

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

 a { background-color: rgb(141,138,1); }

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

border-color css

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

 span { border-color: rgb(141,138,1); }

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