Html Css Color HEX #828003 Olive

📋 copy color: '#828003'

red 130 ◦ green 128 ◦ blue 3

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

Shades of Olive #828003

Tints of Olive #828003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.04%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 49.81%
G = 49.04%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#828003 (or 0x828003) is known color: Olive. HEX triplet: 82, 80 and 03. RGB value is (130,128,3). Sum of RGB (Red+Green+Blue) = 130+128+3=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #828003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828003 is #7D7FFC. Grayscale: #727272. Windows color (decimal): -8224765 or 229506. OLE color: 229506.

HSL color Cylindrical-coordinate representation of color #828003: hue angle of 59.06º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #828003 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 3 -
CMYK 0 0.02 0.98 0.49
HSL 59.06º 0.95% 0.26% -
HSV(B) 59.06º 0.98% 0.51% -
XYZ 16.94 20.19 3.09 -
YUV 114.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 130 128 3 0 0.02 0.98 0.49 59.06 0.95 0.26
Hex 82 80 3 0 2 62 31 3B 5F 1A
Octal 202 200 3 0 2 142 61 73 137 32
Binary 10000010 10000000 11 0 10 1100010 110001 111011 1011111 11010

Color Harmonies of #828003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828003

Black with #828003

Text Example


Text Example

White with #828003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828003; }

 p { color: rgb(130,128,3); }

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

background-color css

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

 a { background-color: rgb(130,128,3); }

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

border-color css

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

 span { border-color: rgb(130,128,3); }

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