Html Css Color HEX #839101 Olive

📋 copy color: '#839101'

red 131 ◦ green 145 ◦ blue 1

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

Shades of Olive #839101

Tints of Olive #839101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.35%

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

R = 47.29%
G = 52.35%
B = 0.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#839101 (or 0x839101) is known color: Olive. HEX triplet: 83, 91 and 01. RGB value is (131,145,1). Sum of RGB (Red+Green+Blue) = 131+145+1=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #839101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839101 is #7C6EFE. Grayscale: #7C7C7C. Windows color (decimal): -8154879 or 102787. OLE color: 102787.

HSL color Cylindrical-coordinate representation of color #839101: hue angle of 65.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #839101 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 1 -
CMYK 0.10 0 0.99 0.43
HSL 65.83º 0.99% 0.29% -
HSV(B) 65.83º 0.99% 0.57% -
XYZ 19.49 25.08 3.84 -
YUV 124.4 58.36 132.71 -
System Red Green Blue C M Y K H S L
Decimal 131 145 1 0.10 0 0.99 0.43 65.83 0.99 0.29
Hex 83 91 1 A 0 63 2B 42 63 1D
Octal 203 221 1 12 0 143 53 102 143 35
Binary 10000011 10010001 1 1010 0 1100011 101011 1000010 1100011 11101

Color Harmonies of #839101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839101

Black with #839101

Text Example


Text Example

White with #839101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839101; }

 p { color: rgb(131,145,1); }

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

background-color css

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

 a { background-color: rgb(131,145,1); }

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

border-color css

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

 span { border-color: rgb(131,145,1); }

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