Html Css Color HEX #827500 Olive

📋 copy color: '#827500'

red 130 ◦ green 117 ◦ blue 0

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

Shades of Olive #827500

Tints of Olive #827500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

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

R = 52.63%
G = 47.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#827500 (or 0x827500) is known color: Olive. HEX triplet: 82, 75 and 00. RGB value is (130,117,0). Sum of RGB (Red+Green+Blue) = 130+117+0=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #827500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827500 is #7D8AFF. Grayscale: #6C6C6C. Windows color (decimal): -8227584 or 30082. OLE color: 30082.

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

Color convert

RGB 130 117 0 -
CMYK 0 0.1 1 0.49
HSL 54º 1% 0.25% -
HSV(B) 54º 1% 0.51% -
XYZ 15.57 17.47 2.55 -
YUV 107.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 130 117 0 0 0.1 1 0.49 54 1 0.25
Hex 82 75 0 0 A 64 31 36 64 19
Octal 202 165 0 0 12 144 61 66 144 31
Binary 10000010 1110101 0 0 1010 1100100 110001 110110 1100100 11001

Color Harmonies of #827500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827500

Black with #827500

Text Example


Text Example

White with #827500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827500; }

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

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

background-color css

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

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

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

border-color css

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

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

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