Html Css Color HEX #827A12 Olive

📋 copy color: '#827A12'

red 130 ◦ green 122 ◦ blue 18

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

Shades of Olive #827A12

Tints of Olive #827A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 48.15%
G = 45.19%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#827A12 (or 0x827A12) is known color: Olive. HEX triplet: 82, 7A and 12. RGB value is (130,122,18). Sum of RGB (Red+Green+Blue) = 130+122+18=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A12 is #7D85ED. Grayscale: #707070. Windows color (decimal): -8226286 or 1211010. OLE color: 1211010.

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

Color convert

RGB 130 122 18 -
CMYK 0 0.06 0.86 0.49
HSL 55.71º 0.76% 0.29% -
HSV(B) 55.71º 0.86% 0.51% -
XYZ 16.27 18.71 3.33 -
YUV 112.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 130 122 18 0 0.06 0.86 0.49 55.71 0.76 0.29
Hex 82 7A 12 0 6 56 31 38 4C 1D
Octal 202 172 22 0 6 126 61 70 114 35
Binary 10000010 1111010 10010 0 110 1010110 110001 111000 1001100 11101

Color Harmonies of #827A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A12

Black with #827A12

Text Example


Text Example

White with #827A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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