Html Css Color HEX #8B9301 Olive

📋 copy color: '#8B9301'

red 139 ◦ green 147 ◦ blue 1

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

Shades of Olive #8B9301

Tints of Olive #8B9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.22%

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

R = 48.43%
G = 51.22%
B = 0.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#8B9301 (or 0x8B9301) is known color: Olive. HEX triplet: 8B, 93 and 01. RGB value is (139,147,1). Sum of RGB (Red+Green+Blue) = 139+147+1=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9301 is #746CFE. Grayscale: #808080. Windows color (decimal): -7630079 or 103307. OLE color: 103307.

HSL color Cylindrical-coordinate representation of color #8B9301: hue angle of 63.29º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B9301 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 1 -
CMYK 0.05 0 0.99 0.42
HSL 63.29º 0.99% 0.29% -
HSV(B) 63.29º 0.99% 0.58% -
XYZ 21.09 26.36 4.01 -
YUV 127.96 56.35 135.87 -
System Red Green Blue C M Y K H S L
Decimal 139 147 1 0.05 0 0.99 0.42 63.29 0.99 0.29
Hex 8B 93 1 5 0 63 2A 3F 63 1D
Octal 213 223 1 5 0 143 52 77 143 35
Binary 10001011 10010011 1 101 0 1100011 101010 111111 1100011 11101

Color Harmonies of #8B9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9301

Black with #8B9301

Text Example


Text Example

White with #8B9301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,147,1); }

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

background-color css

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

 a { background-color: rgb(139,147,1); }

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

border-color css

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

 span { border-color: rgb(139,147,1); }

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