Html Css Color HEX #828808 Olive

📋 copy color: '#828808'

red 130 ◦ green 136 ◦ blue 8

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

Shades of Olive #828808

Tints of Olive #828808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.64%

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

R = 47.45%
G = 49.64%
B = 2.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#828808 (or 0x828808) is known color: Olive. HEX triplet: 82, 88 and 08. RGB value is (130,136,8). Sum of RGB (Red+Green+Blue) = 130+136+8=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #828808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828808 is #7D77F7. Grayscale: #787878. Windows color (decimal): -8222712 or 559234. OLE color: 559234.

HSL color Cylindrical-coordinate representation of color #828808: hue angle of 62.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #828808 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 8 -
CMYK 0.04 0 0.94 0.47
HSL 62.81º 0.89% 0.28% -
HSV(B) 62.81º 0.94% 0.53% -
XYZ 18.05 22.37 3.6 -
YUV 119.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 130 136 8 0.04 0 0.94 0.47 62.81 0.89 0.28
Hex 82 88 8 4 0 5E 2F 3F 59 1C
Octal 202 210 10 4 0 136 57 77 131 34
Binary 10000010 10001000 1000 100 0 1011110 101111 111111 1011001 11100

Color Harmonies of #828808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828808

Black with #828808

Text Example


Text Example

White with #828808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828808; }

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

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

background-color css

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

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

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

border-color css

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

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

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