Html Css Color HEX #827F10 Olive

📋 copy color: '#827F10'

red 130 ◦ green 127 ◦ blue 16

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

Shades of Olive #827F10

Tints of Olive #827F10

RGB

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

 GREEN value IS 127 (50% from 255) = 46.52%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 47.62%
G = 46.52%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#827F10 (or 0x827F10) is known color: Olive. HEX triplet: 82, 7F and 10. RGB value is (130,127,16). Sum of RGB (Red+Green+Blue) = 130+127+16=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #827F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F10 is #7D80EF. Grayscale: #737373. Windows color (decimal): -8225008 or 1081218. OLE color: 1081218.

HSL color Cylindrical-coordinate representation of color #827F10: hue angle of 58.42º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #827F10 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 16 -
CMYK 0 0.02 0.88 0.49
HSL 58.42º 0.78% 0.29% -
HSV(B) 58.42º 0.88% 0.51% -
XYZ 16.89 19.96 3.45 -
YUV 115.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 130 127 16 0 0.02 0.88 0.49 58.42 0.78 0.29
Hex 82 7F 10 0 2 58 31 3A 4E 1D
Octal 202 177 20 0 2 130 61 72 116 35
Binary 10000010 1111111 10000 0 10 1011000 110001 111010 1001110 11101

Color Harmonies of #827F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F10

Black with #827F10

Text Example


Text Example

White with #827F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,127,16); }

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

background-color css

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

 a { background-color: rgb(130,127,16); }

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

border-color css

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

 span { border-color: rgb(130,127,16); }

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