Html Css Color HEX #838606 Olive

📋 copy color: '#838606'

red 131 ◦ green 134 ◦ blue 6

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

Shades of Olive #838606

Tints of Olive #838606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.45%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 48.34%
G = 49.45%
B = 2.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#838606 (or 0x838606) is known color: Olive. HEX triplet: 83, 86 and 06. RGB value is (131,134,6). Sum of RGB (Red+Green+Blue) = 131+134+6=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #838606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838606 is #7C79F9. Grayscale: #777777. Windows color (decimal): -8157690 or 427651. OLE color: 427651.

HSL color Cylindrical-coordinate representation of color #838606: hue angle of 61.41º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #838606 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 6 -
CMYK 0.02 0 0.96 0.47
HSL 61.41º 0.91% 0.27% -
HSV(B) 61.41º 0.96% 0.53% -
XYZ 17.92 21.89 3.45 -
YUV 118.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 131 134 6 0.02 0 0.96 0.47 61.41 0.91 0.27
Hex 83 86 6 2 0 60 2F 3D 5B 1B
Octal 203 206 6 2 0 140 57 75 133 33
Binary 10000011 10000110 110 10 0 1100000 101111 111101 1011011 11011

Color Harmonies of #838606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838606

Black with #838606

Text Example


Text Example

White with #838606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838606; }

 p { color: rgb(131,134,6); }

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

background-color css

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

 a { background-color: rgb(131,134,6); }

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

border-color css

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

 span { border-color: rgb(131,134,6); }

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