Html Css Color HEX #827C01 Olive

📋 copy color: '#827C01'

red 130 ◦ green 124 ◦ blue 1

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

Shades of Olive #827C01

Tints of Olive #827C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 50.98%
G = 48.63%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#827C01 (or 0x827C01) is known color: Olive. HEX triplet: 82, 7C and 01. RGB value is (130,124,1). Sum of RGB (Red+Green+Blue) = 130+124+1=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #827C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C01 is #7D83FE. Grayscale: #707070. Windows color (decimal): -8225791 or 97410. OLE color: 97410.

HSL color Cylindrical-coordinate representation of color #827C01: hue angle of 57.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #827C01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 1 -
CMYK 0 0.05 0.99 0.49
HSL 57.21º 0.98% 0.26% -
HSV(B) 57.21º 0.99% 0.51% -
XYZ 16.42 19.16 2.86 -
YUV 111.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 130 124 1 0 0.05 0.99 0.49 57.21 0.98 0.26
Hex 82 7C 1 0 5 63 31 39 62 1A
Octal 202 174 1 0 5 143 61 71 142 32
Binary 10000010 1111100 1 0 101 1100011 110001 111001 1100010 11010

Color Harmonies of #827C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C01

Black with #827C01

Text Example


Text Example

White with #827C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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