Html Css Color HEX #827503 Olive

📋 copy color: '#827503'

red 130 ◦ green 117 ◦ blue 3

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

Shades of Olive #827503

Tints of Olive #827503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

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

R = 52%
G = 46.8%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#827503 (or 0x827503) is known color: Olive. HEX triplet: 82, 75 and 03. RGB value is (130,117,3). Sum of RGB (Red+Green+Blue) = 130+117+3=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #827503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827503 is #7D8AFC. Grayscale: #6C6C6C. Windows color (decimal): -8227581 or 226690. OLE color: 226690.

HSL color Cylindrical-coordinate representation of color #827503: hue angle of 53.86º 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 #827503 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 3 -
CMYK 0 0.1 0.98 0.49
HSL 53.86º 0.95% 0.26% -
HSV(B) 53.86º 0.98% 0.51% -
XYZ 15.58 17.47 2.64 -
YUV 107.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 130 117 3 0 0.1 0.98 0.49 53.86 0.95 0.26
Hex 82 75 3 0 A 62 31 36 5F 1A
Octal 202 165 3 0 12 142 61 66 137 32
Binary 10000010 1110101 11 0 1010 1100010 110001 110110 1011111 11010

Color Harmonies of #827503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827503

Black with #827503

Text Example


Text Example

White with #827503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827503; }

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

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

background-color css

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

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

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

border-color css

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

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

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