Html Css Color HEX #827A0A Olive

📋 copy color: '#827A0A'

red 130 ◦ green 122 ◦ blue 10

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

Shades of Olive #827A0A

Tints of Olive #827A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 49.62%
G = 46.56%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#827A0A (or 0x827A0A) is known color: Olive. HEX triplet: 82, 7A and 0A. RGB value is (130,122,10). Sum of RGB (Red+Green+Blue) = 130+122+10=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #827A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A0A is #7D85F5. Grayscale: #707070. Windows color (decimal): -8226294 or 686722. OLE color: 686722.

HSL color Cylindrical-coordinate representation of color #827A0A: hue angle of 56º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #827A0A is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 10 -
CMYK 0 0.06 0.92 0.49
HSL 56º 0.86% 0.27% -
HSV(B) 56º 0.92% 0.51% -
XYZ 16.22 18.69 3.04 -
YUV 111.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 130 122 10 0 0.06 0.92 0.49 56 0.86 0.27
Hex 82 7A A 0 6 5C 31 38 56 1B
Octal 202 172 12 0 6 134 61 70 126 33
Binary 10000010 1111010 1010 0 110 1011100 110001 111000 1010110 11011

Color Harmonies of #827A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A0A

Black with #827A0A

Text Example


Text Example

White with #827A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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