Html Css Color HEX #837900 Olive

📋 copy color: '#837900'

red 131 ◦ green 121 ◦ blue 0

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

Shades of Olive #837900

Tints of Olive #837900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.98%
G = 48.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#837900 (or 0x837900) is known color: Olive. HEX triplet: 83, 79 and 00. RGB value is (131,121,0). Sum of RGB (Red+Green+Blue) = 131+121+0=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #837900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837900 is #7C86FF. Grayscale: #6E6E6E. Windows color (decimal): -8161024 or 31107. OLE color: 31107.

HSL color Cylindrical-coordinate representation of color #837900: hue angle of 55.42º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #837900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 121 0 -
CMYK 0 0.08 1 0.49
HSL 55.42º 1% 0.26% -
HSV(B) 55.42º 1% 0.51% -
XYZ 16.2 18.5 2.72 -
YUV 110.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 131 121 0 0 0.08 1 0.49 55.42 1 0.26
Hex 83 79 0 0 8 64 31 37 64 1A
Octal 203 171 0 0 10 144 61 67 144 32
Binary 10000011 1111001 0 0 1000 1100100 110001 110111 1100100 11010

Color Harmonies of #837900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837900

Black with #837900

Text Example


Text Example

White with #837900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837900; }

 p { color: rgb(131,121,0); }

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

background-color css

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

 a { background-color: rgb(131,121,0); }

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

border-color css

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

 span { border-color: rgb(131,121,0); }

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