Html Css Color HEX #827502 Olive

📋 copy color: '#827502'

red 130 ◦ green 117 ◦ blue 2

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

Shades of Olive #827502

Tints of Olive #827502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 52.21%
G = 46.99%
B = 0.8%

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

#827502 (or 0x827502) is known color: Olive. HEX triplet: 82, 75 and 02. RGB value is (130,117,2). Sum of RGB (Red+Green+Blue) = 130+117+2=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #827502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827502 is #7D8AFD. Grayscale: #6C6C6C. Windows color (decimal): -8227582 or 161154. OLE color: 161154.

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

Color convert

RGB 130 117 2 -
CMYK 0 0.1 0.98 0.49
HSL 53.91º 0.97% 0.26% -
HSV(B) 53.91º 0.98% 0.51% -
XYZ 15.58 17.47 2.61 -
YUV 107.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 130 117 2 0 0.1 0.98 0.49 53.91 0.97 0.26
Hex 82 75 2 0 A 62 31 36 61 1A
Octal 202 165 2 0 12 142 61 66 141 32
Binary 10000010 1110101 10 0 1010 1100010 110001 110110 1100001 11010

Color Harmonies of #827502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827502

Black with #827502

Text Example


Text Example

White with #827502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827502; }

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

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

background-color css

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

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

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

border-color css

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

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

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