Html Css Color HEX #837B05 Olive

📋 copy color: '#837B05'

red 131 ◦ green 123 ◦ blue 5

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

Shades of Olive #837B05

Tints of Olive #837B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.49%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 50.58%
G = 47.49%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#837B05 (or 0x837B05) is known color: Olive. HEX triplet: 83, 7B and 05. RGB value is (131,123,5). Sum of RGB (Red+Green+Blue) = 131+123+5=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #837B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837B05 is #7C84FA. Grayscale: #707070. Windows color (decimal): -8160507 or 359299. OLE color: 359299.

HSL color Cylindrical-coordinate representation of color #837B05: hue angle of 56.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #837B05 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 123 5 -
CMYK 0 0.06 0.96 0.49
HSL 56.19º 0.93% 0.27% -
HSV(B) 56.19º 0.96% 0.51% -
XYZ 16.47 19 2.94 -
YUV 111.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 131 123 5 0 0.06 0.96 0.49 56.19 0.93 0.27
Hex 83 7B 5 0 6 60 31 38 5D 1B
Octal 203 173 5 0 6 140 61 70 135 33
Binary 10000011 1111011 101 0 110 1100000 110001 111000 1011101 11011

Color Harmonies of #837B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B05

Black with #837B05

Text Example


Text Example

White with #837B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837B05; }

 p { color: rgb(131,123,5); }

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

background-color css

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

 a { background-color: rgb(131,123,5); }

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

border-color css

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

 span { border-color: rgb(131,123,5); }

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