Html Css Color HEX #827E08 Olive

📋 copy color: '#827E08'

red 130 ◦ green 126 ◦ blue 8

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

Shades of Olive #827E08

Tints of Olive #827E08

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.73%

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

R = 49.24%
G = 47.73%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#827E08 (or 0x827E08) is known color: Olive. HEX triplet: 82, 7E and 08. RGB value is (130,126,8). Sum of RGB (Red+Green+Blue) = 130+126+8=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #827E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E08 is #7D81F7. Grayscale: #727272. Windows color (decimal): -8225272 or 556674. OLE color: 556674.

HSL color Cylindrical-coordinate representation of color #827E08: hue angle of 58.03º 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 #827E08 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 8 -
CMYK 0 0.03 0.94 0.49
HSL 58.03º 0.88% 0.27% -
HSV(B) 58.03º 0.94% 0.51% -
XYZ 16.71 19.69 3.15 -
YUV 113.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 130 126 8 0 0.03 0.94 0.49 58.03 0.88 0.27
Hex 82 7E 8 0 3 5E 31 3A 58 1B
Octal 202 176 10 0 3 136 61 72 130 33
Binary 10000010 1111110 1000 0 11 1011110 110001 111010 1011000 11011

Color Harmonies of #827E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E08

Black with #827E08

Text Example


Text Example

White with #827E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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