Html Css Color HEX #827000 Olive

📋 copy color: '#827000'

red 130 ◦ green 112 ◦ blue 0

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

Shades of Olive #827000

Tints of Olive #827000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.72%
G = 46.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#827000 (or 0x827000) is known color: Olive. HEX triplet: 82, 70 and 00. RGB value is (130,112,0). Sum of RGB (Red+Green+Blue) = 130+112+0=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #827000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827000 is #7D8FFF. Grayscale: #696969. Windows color (decimal): -8228864 or 28802. OLE color: 28802.

HSL color Cylindrical-coordinate representation of color #827000: hue angle of 51.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #827000 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 0 -
CMYK 0 0.14 1 0.49
HSL 51.69º 1% 0.25% -
HSV(B) 51.69º 1% 0.51% -
XYZ 15 16.33 2.36 -
YUV 104.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 130 112 0 0 0.14 1 0.49 51.69 1 0.25
Hex 82 70 0 0 E 64 31 34 64 19
Octal 202 160 0 0 16 144 61 64 144 31
Binary 10000010 1110000 0 0 1110 1100100 110001 110100 1100100 11001

Color Harmonies of #827000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827000

Black with #827000

Text Example


Text Example

White with #827000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827000; }

 p { color: rgb(130,112,0); }

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

background-color css

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

 a { background-color: rgb(130,112,0); }

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

border-color css

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

 span { border-color: rgb(130,112,0); }

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