Html Css Color HEX #8C830B Olive

📋 copy color: '#8C830B'

red 140 ◦ green 131 ◦ blue 11

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

Shades of Olive #8C830B

Tints of Olive #8C830B

RGB

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

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

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

R = 49.65%
G = 46.45%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8C830B (or 0x8C830B) is known color: Olive. HEX triplet: 8C, 83 and 0B. RGB value is (140,131,11). Sum of RGB (Red+Green+Blue) = 140+131+11=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C830B is #737CF4. Grayscale: #787878. Windows color (decimal): -7568629 or 754572. OLE color: 754572.

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

Color convert

RGB 140 131 11 -
CMYK 0 0.06 0.92 0.45
HSL 55.81º 0.85% 0.3% -
HSV(B) 55.81º 0.92% 0.55% -
XYZ 18.99 21.83 3.53 -
YUV 120.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 140 131 11 0 0.06 0.92 0.45 55.81 0.85 0.3
Hex 8C 83 B 0 6 5C 2D 38 55 1E
Octal 214 203 13 0 6 134 55 70 125 36
Binary 10001100 10000011 1011 0 110 1011100 101101 111000 1010101 11110

Color Harmonies of #8C830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C830B

Black with #8C830B

Text Example


Text Example

White with #8C830B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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