Html Css Color HEX #827C00 Olive

📋 copy color: '#827C00'

red 130 ◦ green 124 ◦ blue 0

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

Shades of Olive #827C00

Tints of Olive #827C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.82%

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

R = 51.18%
G = 48.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#827C00 (or 0x827C00) is known color: Olive. HEX triplet: 82, 7C and 00. RGB value is (130,124,0). Sum of RGB (Red+Green+Blue) = 130+124+0=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #827C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C00 is #7D83FF. Grayscale: #707070. Windows color (decimal): -8225792 or 31874. OLE color: 31874.

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

Color convert

RGB 130 124 0 -
CMYK 0 0.05 1 0.49
HSL 57.23º 1% 0.25% -
HSV(B) 57.23º 1% 0.51% -
XYZ 16.41 19.16 2.83 -
YUV 111.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 130 124 0 0 0.05 1 0.49 57.23 1 0.25
Hex 82 7C 0 0 5 64 31 39 64 19
Octal 202 174 0 0 5 144 61 71 144 31
Binary 10000010 1111100 0 0 101 1100100 110001 111001 1100100 11001

Color Harmonies of #827C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C00

Black with #827C00

Text Example


Text Example

White with #827C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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