Html Css Color HEX #836C04 Olive

📋 copy color: '#836C04'

red 131 ◦ green 108 ◦ blue 4

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

Shades of Olive #836C04

Tints of Olive #836C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.44%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 53.91%
G = 44.44%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#836C04 (or 0x836C04) is known color: Olive. HEX triplet: 83, 6C and 04. RGB value is (131,108,4). Sum of RGB (Red+Green+Blue) = 131+108+4=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #836C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836C04 is #7C93FB. Grayscale: #676767. Windows color (decimal): -8164348 or 289923. OLE color: 289923.

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

Color convert

RGB 131 108 4 -
CMYK 0 0.18 0.97 0.49
HSL 49.13º 0.94% 0.26% -
HSV(B) 49.13º 0.97% 0.51% -
XYZ 14.74 15.56 2.34 -
YUV 103.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 131 108 4 0 0.18 0.97 0.49 49.13 0.94 0.26
Hex 83 6C 4 0 12 61 31 31 5E 1A
Octal 203 154 4 0 22 141 61 61 136 32
Binary 10000011 1101100 100 0 10010 1100001 110001 110001 1011110 11010

Color Harmonies of #836C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C04

Black with #836C04

Text Example


Text Example

White with #836C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836C04; }

 p { color: rgb(131,108,4); }

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

background-color css

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

 a { background-color: rgb(131,108,4); }

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

border-color css

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

 span { border-color: rgb(131,108,4); }

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