Html Css Color HEX #828C06 Olive

📋 copy color: '#828C06'

red 130 ◦ green 140 ◦ blue 6

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

Shades of Olive #828C06

Tints of Olive #828C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.72%

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 47.1%
G = 50.72%
B = 2.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#828C06 (or 0x828C06) is known color: Olive. HEX triplet: 82, 8C and 06. RGB value is (130,140,6). Sum of RGB (Red+Green+Blue) = 130+140+6=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #828C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828C06 is #7D73F9. Grayscale: #7A7A7A. Windows color (decimal): -8221690 or 429186. OLE color: 429186.

HSL color Cylindrical-coordinate representation of color #828C06: hue angle of 64.48º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828C06 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 6 -
CMYK 0.07 0 0.96 0.45
HSL 64.48º 0.92% 0.29% -
HSV(B) 64.48º 0.96% 0.55% -
XYZ 18.62 23.52 3.73 -
YUV 121.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 130 140 6 0.07 0 0.96 0.45 64.48 0.92 0.29
Hex 82 8C 6 7 0 60 2D 40 5C 1D
Octal 202 214 6 7 0 140 55 100 134 35
Binary 10000010 10001100 110 111 0 1100000 101101 1000000 1011100 11101

Color Harmonies of #828C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C06

Black with #828C06

Text Example


Text Example

White with #828C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828C06; }

 p { color: rgb(130,140,6); }

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

background-color css

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

 a { background-color: rgb(130,140,6); }

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

border-color css

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

 span { border-color: rgb(130,140,6); }

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