Html Css Color HEX #827102 Olive

📋 copy color: '#827102'

red 130 ◦ green 113 ◦ blue 2

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

Shades of Olive #827102

Tints of Olive #827102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

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

R = 53.06%
G = 46.12%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#827102 (or 0x827102) is known color: Olive. HEX triplet: 82, 71 and 02. RGB value is (130,113,2). Sum of RGB (Red+Green+Blue) = 130+113+2=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #827102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827102 is #7D8EFD. Grayscale: #696969. Windows color (decimal): -8228606 or 160130. OLE color: 160130.

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

Color convert

RGB 130 113 2 -
CMYK 0 0.13 0.98 0.49
HSL 52.03º 0.97% 0.26% -
HSV(B) 52.03º 0.98% 0.51% -
XYZ 15.12 16.56 2.46 -
YUV 105.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 130 113 2 0 0.13 0.98 0.49 52.03 0.97 0.26
Hex 82 71 2 0 D 62 31 34 61 1A
Octal 202 161 2 0 15 142 61 64 141 32
Binary 10000010 1110001 10 0 1101 1100010 110001 110100 1100001 11010

Color Harmonies of #827102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827102

Black with #827102

Text Example


Text Example

White with #827102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827102; }

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

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

background-color css

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

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

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

border-color css

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

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

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