Html Css Color HEX #827A13 Olive

📋 copy color: '#827A13'

red 130 ◦ green 122 ◦ blue 19

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

Shades of Olive #827A13

Tints of Olive #827A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.02%

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

R = 47.97%
G = 45.02%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827A13 (or 0x827A13) is known color: Olive. HEX triplet: 82, 7A and 13. RGB value is (130,122,19). Sum of RGB (Red+Green+Blue) = 130+122+19=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #827A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A13 is #7D85EC. Grayscale: #717171. Windows color (decimal): -8226285 or 1276546. OLE color: 1276546.

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

Color convert

RGB 130 122 19 -
CMYK 0 0.06 0.85 0.49
HSL 55.68º 0.74% 0.29% -
HSV(B) 55.68º 0.85% 0.51% -
XYZ 16.28 18.71 3.37 -
YUV 112.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 130 122 19 0 0.06 0.85 0.49 55.68 0.74 0.29
Hex 82 7A 13 0 6 55 31 38 4A 1D
Octal 202 172 23 0 6 125 61 70 112 35
Binary 10000010 1111010 10011 0 110 1010101 110001 111000 1001010 11101

Color Harmonies of #827A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A13

Black with #827A13

Text Example


Text Example

White with #827A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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