Html Css Color HEX #837912 Olive

📋 copy color: '#837912'

red 131 ◦ green 121 ◦ blue 18

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

Shades of Olive #837912

Tints of Olive #837912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 48.52%
G = 44.81%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#837912 (or 0x837912) is known color: Olive. HEX triplet: 83, 79 and 12. RGB value is (131,121,18). Sum of RGB (Red+Green+Blue) = 131+121+18=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #837912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837912 is #7C86ED. Grayscale: #707070. Windows color (decimal): -8161006 or 1210755. OLE color: 1210755.

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

Color convert

RGB 131 121 18 -
CMYK 0 0.08 0.86 0.49
HSL 54.69º 0.76% 0.29% -
HSV(B) 54.69º 0.86% 0.51% -
XYZ 16.31 18.54 3.29 -
YUV 112.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 131 121 18 0 0.08 0.86 0.49 54.69 0.76 0.29
Hex 83 79 12 0 8 56 31 37 4C 1D
Octal 203 171 22 0 10 126 61 67 114 35
Binary 10000011 1111001 10010 0 1000 1010110 110001 110111 1001100 11101

Color Harmonies of #837912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837912

Black with #837912

Text Example


Text Example

White with #837912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837912; }

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

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

background-color css

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

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

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

border-color css

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

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

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