Html Css Color HEX #8A730B Olive

📋 copy color: '#8A730B'

red 138 ◦ green 115 ◦ blue 11

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

Shades of Olive #8A730B

Tints of Olive #8A730B

RGB

 RED value IS 138 (54.3% from 255) = 52.27%

 GREEN value IS 115 (45.31% from 255) = 43.56%

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 52.27%
G = 43.56%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#8A730B (or 0x8A730B) is known color: Olive. HEX triplet: 8A, 73 and 0B. RGB value is (138,115,11). Sum of RGB (Red+Green+Blue) = 138+115+11=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A730B is #758CF4. Grayscale: #6E6E6E. Windows color (decimal): -7703797 or 750474. OLE color: 750474.

HSL color Cylindrical-coordinate representation of color #8A730B: hue angle of 49.13º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A730B is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 115 11 -
CMYK 0 0.17 0.92 0.46
HSL 49.13º 0.85% 0.29% -
HSV(B) 49.13º 0.92% 0.54% -
XYZ 16.67 17.69 2.85 -
YUV 110.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 138 115 11 0 0.17 0.92 0.46 49.13 0.85 0.29
Hex 8A 73 B 0 11 5C 2E 31 55 1D
Octal 212 163 13 0 21 134 56 61 125 35
Binary 10001010 1110011 1011 0 10001 1011100 101110 110001 1010101 11101

Color Harmonies of #8A730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A730B

Black with #8A730B

Text Example


Text Example

White with #8A730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,11); }

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

background-color css

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

 a { background-color: rgb(138,115,11); }

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

border-color css

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

 span { border-color: rgb(138,115,11); }

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