Html Css Color HEX #838605 Olive

📋 copy color: '#838605'

red 131 ◦ green 134 ◦ blue 5

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

Shades of Olive #838605

Tints of Olive #838605

RGB

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

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

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

R = 48.52%
G = 49.63%
B = 1.85%

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

#838605 (or 0x838605) is known color: Olive. HEX triplet: 83, 86 and 05. RGB value is (131,134,5). Sum of RGB (Red+Green+Blue) = 131+134+5=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #838605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838605 is #7C79FA. Grayscale: #767676. Windows color (decimal): -8157691 or 362115. OLE color: 362115.

HSL color Cylindrical-coordinate representation of color #838605: hue angle of 61.4º degrees, saturation: 0.93, 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 #838605 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 5 -
CMYK 0.02 0 0.96 0.47
HSL 61.4º 0.93% 0.27% -
HSV(B) 61.4º 0.96% 0.53% -
XYZ 17.91 21.89 3.42 -
YUV 118.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 131 134 5 0.02 0 0.96 0.47 61.4 0.93 0.27
Hex 83 86 5 2 0 60 2F 3D 5D 1B
Octal 203 206 5 2 0 140 57 75 135 33
Binary 10000011 10000110 101 10 0 1100000 101111 111101 1011101 11011

Color Harmonies of #838605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838605

Black with #838605

Text Example


Text Example

White with #838605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838605; }

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

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

background-color css

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

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

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

border-color css

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

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

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