Html Css Color HEX #716202 Olive

📋 copy color: '#716202'

red 113 ◦ green 98 ◦ blue 2

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

Shades of Olive #716202

Tints of Olive #716202

RGB

 RED value IS 113 (44.53% from 255) = 53.05%

 GREEN value IS 98 (38.67% from 255) = 46.01%

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

R = 53.05%
G = 46.01%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#716202 (or 0x716202) is known color: Olive. HEX triplet: 71, 62 and 02. RGB value is (113,98,2). Sum of RGB (Red+Green+Blue) = 113+98+2=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #716202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716202 is #8E9DFD. Grayscale: #5B5B5B. Windows color (decimal): -9346558 or 156273. OLE color: 156273.

HSL color Cylindrical-coordinate representation of color #716202: hue angle of 51.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #716202 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 2 -
CMYK 0 0.13 0.98 0.56
HSL 51.89º 0.97% 0.23% -
HSV(B) 51.89º 0.98% 0.44% -
XYZ 11.19 12.25 1.83 -
YUV 91.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 113 98 2 0 0.13 0.98 0.56 51.89 0.97 0.23
Hex 71 62 2 0 D 62 38 34 61 17
Octal 161 142 2 0 15 142 70 64 141 27
Binary 1110001 1100010 10 0 1101 1100010 111000 110100 1100001 10111

Color Harmonies of #716202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716202

Black with #716202

Text Example


Text Example

White with #716202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716202; }

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

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

background-color css

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

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

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

border-color css

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

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

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