Html Css Color HEX #827C06 Olive

📋 copy color: '#827C06'

red 130 ◦ green 124 ◦ blue 6

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

Shades of Olive #827C06

Tints of Olive #827C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 50%
G = 47.69%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827C06 (or 0x827C06) is known color: Olive. HEX triplet: 82, 7C and 06. RGB value is (130,124,6). Sum of RGB (Red+Green+Blue) = 130+124+6=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #827C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C06 is #7D83F9. Grayscale: #707070. Windows color (decimal): -8225786 or 425090. OLE color: 425090.

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

Color convert

RGB 130 124 6 -
CMYK 0 0.05 0.95 0.49
HSL 57.1º 0.91% 0.27% -
HSV(B) 57.1º 0.95% 0.51% -
XYZ 16.45 19.17 3.01 -
YUV 112.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 130 124 6 0 0.05 0.95 0.49 57.1 0.91 0.27
Hex 82 7C 6 0 5 5F 31 39 5B 1B
Octal 202 174 6 0 5 137 61 71 133 33
Binary 10000010 1111100 110 0 101 1011111 110001 111001 1011011 11011

Color Harmonies of #827C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C06

Black with #827C06

Text Example


Text Example

White with #827C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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