Html Css Color HEX #826702 Olive

📋 copy color: '#826702'

red 130 ◦ green 103 ◦ blue 2

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

Shades of Olive #826702

Tints of Olive #826702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

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

R = 55.32%
G = 43.83%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#826702 (or 0x826702) is known color: Olive. HEX triplet: 82, 67 and 02. RGB value is (130,103,2). Sum of RGB (Red+Green+Blue) = 130+103+2=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #826702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826702 is #7D98FD. Grayscale: #636363. Windows color (decimal): -8231166 or 157570. OLE color: 157570.

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

Color convert

RGB 130 103 2 -
CMYK 0 0.21 0.98 0.49
HSL 47.34º 0.97% 0.26% -
HSV(B) 47.34º 0.98% 0.51% -
XYZ 14.07 14.45 2.11 -
YUV 99.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 130 103 2 0 0.21 0.98 0.49 47.34 0.97 0.26
Hex 82 67 2 0 15 62 31 2F 61 1A
Octal 202 147 2 0 25 142 61 57 141 32
Binary 10000010 1100111 10 0 10101 1100010 110001 101111 1100001 11010

Color Harmonies of #826702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826702

Black with #826702

Text Example


Text Example

White with #826702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826702; }

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

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

background-color css

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

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

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

border-color css

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

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

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