Html Css Color HEX #827A0E Olive

📋 copy color: '#827A0E'

red 130 ◦ green 122 ◦ blue 14

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

Shades of Olive #827A0E

Tints of Olive #827A0E

RGB

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

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

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

R = 48.87%
G = 45.86%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#827A0E (or 0x827A0E) is known color: Olive. HEX triplet: 82, 7A and 0E. RGB value is (130,122,14). Sum of RGB (Red+Green+Blue) = 130+122+14=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #827A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A0E is #7D85F1. Grayscale: #707070. Windows color (decimal): -8226290 or 948866. OLE color: 948866.

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

Color convert

RGB 130 122 14 -
CMYK 0 0.06 0.89 0.49
HSL 55.86º 0.81% 0.28% -
HSV(B) 55.86º 0.89% 0.51% -
XYZ 16.24 18.7 3.17 -
YUV 112.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 130 122 14 0 0.06 0.89 0.49 55.86 0.81 0.28
Hex 82 7A E 0 6 59 31 38 51 1C
Octal 202 172 16 0 6 131 61 70 121 34
Binary 10000010 1111010 1110 0 110 1011001 110001 111000 1010001 11100

Color Harmonies of #827A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A0E

Black with #827A0E

Text Example


Text Example

White with #827A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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