Html Css Color HEX #827D12 Olive

📋 copy color: '#827D12'

red 130 ◦ green 125 ◦ blue 18

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

Shades of Olive #827D12

Tints of Olive #827D12

RGB

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

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

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

R = 47.62%
G = 45.79%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#827D12 (or 0x827D12) is known color: Olive. HEX triplet: 82, 7D and 12. RGB value is (130,125,18). Sum of RGB (Red+Green+Blue) = 130+125+18=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #827D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D12 is #7D82ED. Grayscale: #727272. Windows color (decimal): -8225518 or 1211778. OLE color: 1211778.

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

Color convert

RGB 130 125 18 -
CMYK 0 0.04 0.86 0.49
HSL 57.32º 0.76% 0.29% -
HSV(B) 57.32º 0.86% 0.51% -
XYZ 16.65 19.46 3.45 -
YUV 114.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 130 125 18 0 0.04 0.86 0.49 57.32 0.76 0.29
Hex 82 7D 12 0 4 56 31 39 4C 1D
Octal 202 175 22 0 4 126 61 71 114 35
Binary 10000010 1111101 10010 0 100 1010110 110001 111001 1001100 11101

Color Harmonies of #827D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D12

Black with #827D12

Text Example


Text Example

White with #827D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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