Html Css Color HEX #838010 Olive

📋 copy color: '#838010'

red 131 ◦ green 128 ◦ blue 16

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

Shades of Olive #838010

Tints of Olive #838010

RGB

 RED value IS 131 (51.56% from 255) = 47.64%

 GREEN value IS 128 (50.39% from 255) = 46.55%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 47.64%
G = 46.55%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#838010 (or 0x838010) is known color: Olive. HEX triplet: 83, 80 and 10. RGB value is (131,128,16). Sum of RGB (Red+Green+Blue) = 131+128+16=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #838010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838010 is #7C7FEF. Grayscale: #747474. Windows color (decimal): -8159216 or 1081475. OLE color: 1081475.

HSL color Cylindrical-coordinate representation of color #838010: hue angle of 58.43º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #838010 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 128 16 -
CMYK 0 0.02 0.88 0.49
HSL 58.43º 0.78% 0.29% -
HSV(B) 58.43º 0.88% 0.51% -
XYZ 17.17 20.3 3.5 -
YUV 116.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 131 128 16 0 0.02 0.88 0.49 58.43 0.78 0.29
Hex 83 80 10 0 2 58 31 3A 4E 1D
Octal 203 200 20 0 2 130 61 72 116 35
Binary 10000011 10000000 10000 0 10 1011000 110001 111010 1001110 11101

Color Harmonies of #838010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838010

Black with #838010

Text Example


Text Example

White with #838010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838010; }

 p { color: rgb(131,128,16); }

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

background-color css

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

 a { background-color: rgb(131,128,16); }

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

border-color css

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

 span { border-color: rgb(131,128,16); }

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