Html Css Color HEX #83880D Olive

📋 copy color: '#83880D'

red 131 ◦ green 136 ◦ blue 13

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

Shades of Olive #83880D

Tints of Olive #83880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.57%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 46.79%
G = 48.57%
B = 4.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#83880D (or 0x83880D) is known color: Olive. HEX triplet: 83, 88 and 0D. RGB value is (131,136,13). Sum of RGB (Red+Green+Blue) = 131+136+13=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #83880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83880D is #7C77F2. Grayscale: #787878. Windows color (decimal): -8157171 or 886915. OLE color: 886915.

HSL color Cylindrical-coordinate representation of color #83880D: hue angle of 62.44º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83880D is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 13 -
CMYK 0.04 0 0.90 0.47
HSL 62.44º 0.83% 0.29% -
HSV(B) 62.44º 0.9% 0.53% -
XYZ 18.24 22.46 3.76 -
YUV 120.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 131 136 13 0.04 0 0.90 0.47 62.44 0.83 0.29
Hex 83 88 D 4 0 5A 2F 3E 53 1D
Octal 203 210 15 4 0 132 57 76 123 35
Binary 10000011 10001000 1101 100 0 1011010 101111 111110 1010011 11101

Color Harmonies of #83880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83880D

Black with #83880D

Text Example


Text Example

White with #83880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83880D; }

 p { color: rgb(131,136,13); }

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

background-color css

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

 a { background-color: rgb(131,136,13); }

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

border-color css

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

 span { border-color: rgb(131,136,13); }

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