Html Css Color HEX #827D13 Olive

📋 copy color: '#827D13'

red 130 ◦ green 125 ◦ blue 19

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

Shades of Olive #827D13

Tints of Olive #827D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.62%

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

R = 47.45%
G = 45.62%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827D13 (or 0x827D13) is known color: Olive. HEX triplet: 82, 7D and 13. RGB value is (130,125,19). Sum of RGB (Red+Green+Blue) = 130+125+19=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #827D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D13 is #7D82EC. Grayscale: #727272. Windows color (decimal): -8225517 or 1277314. OLE color: 1277314.

HSL color Cylindrical-coordinate representation of color #827D13: hue angle of 57.3º 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 #827D13 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 19 -
CMYK 0 0.04 0.85 0.49
HSL 57.3º 0.74% 0.29% -
HSV(B) 57.3º 0.85% 0.51% -
XYZ 16.66 19.46 3.49 -
YUV 114.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 130 125 19 0 0.04 0.85 0.49 57.3 0.74 0.29
Hex 82 7D 13 0 4 55 31 39 4A 1D
Octal 202 175 23 0 4 125 61 71 112 35
Binary 10000010 1111101 10011 0 100 1010101 110001 111001 1001010 11101

Color Harmonies of #827D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D13

Black with #827D13

Text Example


Text Example

White with #827D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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