Html Css Color HEX #83840F Olive

📋 copy color: '#83840F'

red 131 ◦ green 132 ◦ blue 15

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

Shades of Olive #83840F

Tints of Olive #83840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.48%

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 47.12%
G = 47.48%
B = 5.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#83840F (or 0x83840F) is known color: Olive. HEX triplet: 83, 84 and 0F. RGB value is (131,132,15). Sum of RGB (Red+Green+Blue) = 131+132+15=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #83840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83840F is #7C7BF0. Grayscale: #767676. Windows color (decimal): -8158193 or 1016963. OLE color: 1016963.

HSL color Cylindrical-coordinate representation of color #83840F: hue angle of 60.51º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83840F is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 15 -
CMYK 0.01 0 0.89 0.48
HSL 60.51º 0.8% 0.29% -
HSV(B) 60.51º 0.89% 0.52% -
XYZ 17.7 21.36 3.64 -
YUV 118.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 131 132 15 0.01 0 0.89 0.48 60.51 0.8 0.29
Hex 83 84 F 1 0 59 30 3D 50 1D
Octal 203 204 17 1 0 131 60 75 120 35
Binary 10000011 10000100 1111 1 0 1011001 110000 111101 1010000 11101

Color Harmonies of #83840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83840F

Black with #83840F

Text Example


Text Example

White with #83840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83840F; }

 p { color: rgb(131,132,15); }

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

background-color css

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

 a { background-color: rgb(131,132,15); }

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

border-color css

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

 span { border-color: rgb(131,132,15); }

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