Html Css Color HEX #827D08 Olive

📋 copy color: '#827D08'

red 130 ◦ green 125 ◦ blue 8

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

Shades of Olive #827D08

Tints of Olive #827D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.53%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 49.43%
G = 47.53%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#827D08 (or 0x827D08) is known color: Olive. HEX triplet: 82, 7D and 08. RGB value is (130,125,8). Sum of RGB (Red+Green+Blue) = 130+125+8=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #827D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D08 is #7D82F7. Grayscale: #717171. Windows color (decimal): -8225528 or 556418. OLE color: 556418.

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

Color convert

RGB 130 125 8 -
CMYK 0 0.04 0.94 0.49
HSL 57.54º 0.88% 0.27% -
HSV(B) 57.54º 0.94% 0.51% -
XYZ 16.58 19.43 3.11 -
YUV 113.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 130 125 8 0 0.04 0.94 0.49 57.54 0.88 0.27
Hex 82 7D 8 0 4 5E 31 3A 58 1B
Octal 202 175 10 0 4 136 61 72 130 33
Binary 10000010 1111101 1000 0 100 1011110 110001 111010 1011000 11011

Color Harmonies of #827D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D08

Black with #827D08

Text Example


Text Example

White with #827D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,125,8); }

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

background-color css

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

 a { background-color: rgb(130,125,8); }

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

border-color css

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

 span { border-color: rgb(130,125,8); }

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