Html Css Color HEX #827F13 Olive

📋 copy color: '#827F13'

red 130 ◦ green 127 ◦ blue 19

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

Shades of Olive #827F13

Tints of Olive #827F13

RGB

 RED value IS 130 (51.17% from 255) = 47.1%

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 47.1%
G = 46.01%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827F13 (or 0x827F13) is known color: Olive. HEX triplet: 82, 7F and 13. RGB value is (130,127,19). Sum of RGB (Red+Green+Blue) = 130+127+19=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #827F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F13 is #7D80EC. Grayscale: #747474. Windows color (decimal): -8225005 or 1277826. OLE color: 1277826.

HSL color Cylindrical-coordinate representation of color #827F13: hue angle of 58.38º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #827F13 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 19 -
CMYK 0 0.02 0.85 0.49
HSL 58.38º 0.74% 0.29% -
HSV(B) 58.38º 0.85% 0.51% -
XYZ 16.91 19.97 3.58 -
YUV 115.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 130 127 19 0 0.02 0.85 0.49 58.38 0.74 0.29
Hex 82 7F 13 0 2 55 31 3A 4A 1D
Octal 202 177 23 0 2 125 61 72 112 35
Binary 10000010 1111111 10011 0 10 1010101 110001 111010 1001010 11101

Color Harmonies of #827F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F13

Black with #827F13

Text Example


Text Example

White with #827F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827F13; }

 p { color: rgb(130,127,19); }

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

background-color css

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

 a { background-color: rgb(130,127,19); }

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

border-color css

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

 span { border-color: rgb(130,127,19); }

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