Html Css Color HEX #8B8900 Olive

📋 copy color: '#8B8900'

red 139 ◦ green 137 ◦ blue 0

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

Shades of Olive #8B8900

Tints of Olive #8B8900

RGB

 RED value IS 139 (54.69% from 255) = 50.36%

 GREEN value IS 137 (53.91% from 255) = 49.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.36%
G = 49.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B8900 (or 0x8B8900) is known color: Olive. HEX triplet: 8B, 89 and 00. RGB value is (139,137,0). Sum of RGB (Red+Green+Blue) = 139+137+0=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8900 is #7476FF. Grayscale: #7A7A7A. Windows color (decimal): -7632640 or 35211. OLE color: 35211.

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

Color convert

RGB 139 137 0 -
CMYK 0 0.01 1 0.45
HSL 59.14º 1% 0.27% -
HSV(B) 59.14º 1% 0.55% -
XYZ 19.59 23.38 3.48 -
YUV 121.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 139 137 0 0 0.01 1 0.45 59.14 1 0.27
Hex 8B 89 0 0 1 64 2D 3B 64 1B
Octal 213 211 0 0 1 144 55 73 144 33
Binary 10001011 10001001 0 0 1 1100100 101101 111011 1100100 11011

Color Harmonies of #8B8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8900

Black with #8B8900

Text Example


Text Example

White with #8B8900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,137,0); }

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

background-color css

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

 a { background-color: rgb(139,137,0); }

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

border-color css

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

 span { border-color: rgb(139,137,0); }

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