Html Css Color HEX #827D0E Olive

📋 copy color: '#827D0E'

red 130 ◦ green 125 ◦ blue 14

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

Shades of Olive #827D0E

Tints of Olive #827D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 48.33%
G = 46.47%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#827D0E (or 0x827D0E) is known color: Olive. HEX triplet: 82, 7D and 0E. RGB value is (130,125,14). Sum of RGB (Red+Green+Blue) = 130+125+14=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #827D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D0E is #7D82F1. Grayscale: #727272. Windows color (decimal): -8225522 or 949634. OLE color: 949634.

HSL color Cylindrical-coordinate representation of color #827D0E: hue angle of 57.41º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #827D0E is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 14 -
CMYK 0 0.04 0.89 0.49
HSL 57.41º 0.81% 0.28% -
HSV(B) 57.41º 0.89% 0.51% -
XYZ 16.62 19.44 3.29 -
YUV 113.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 130 125 14 0 0.04 0.89 0.49 57.41 0.81 0.28
Hex 82 7D E 0 4 59 31 39 51 1C
Octal 202 175 16 0 4 131 61 71 121 34
Binary 10000010 1111101 1110 0 100 1011001 110001 111001 1010001 11100

Color Harmonies of #827D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D0E

Black with #827D0E

Text Example


Text Example

White with #827D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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