Html Css Color HEX #8C830D Olive

📋 copy color: '#8C830D'

red 140 ◦ green 131 ◦ blue 13

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

Shades of Olive #8C830D

Tints of Olive #8C830D

RGB

 RED value IS 140 (55.08% from 255) = 49.3%

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 49.3%
G = 46.13%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C830D (or 0x8C830D) is known color: Olive. HEX triplet: 8C, 83 and 0D. RGB value is (140,131,13). Sum of RGB (Red+Green+Blue) = 140+131+13=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C830D is #737CF2. Grayscale: #787878. Windows color (decimal): -7568627 or 885644. OLE color: 885644.

HSL color Cylindrical-coordinate representation of color #8C830D: hue angle of 55.75º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C830D is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 131 13 -
CMYK 0 0.06 0.91 0.45
HSL 55.75º 0.83% 0.3% -
HSV(B) 55.75º 0.91% 0.55% -
XYZ 19 21.84 3.59 -
YUV 120.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 140 131 13 0 0.06 0.91 0.45 55.75 0.83 0.3
Hex 8C 83 D 0 6 5B 2D 38 53 1E
Octal 214 203 15 0 6 133 55 70 123 36
Binary 10001100 10000011 1101 0 110 1011011 101101 111000 1010011 11110

Color Harmonies of #8C830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C830D

Black with #8C830D

Text Example


Text Example

White with #8C830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,13); }

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

background-color css

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

 a { background-color: rgb(140,131,13); }

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

border-color css

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

 span { border-color: rgb(140,131,13); }

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