Html Css Color HEX #716102 Olive

📋 copy color: '#716102'

red 113 ◦ green 97 ◦ blue 2

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

Shades of Olive #716102

Tints of Olive #716102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

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

R = 53.3%
G = 45.75%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#716102 (or 0x716102) is known color: Olive. HEX triplet: 71, 61 and 02. RGB value is (113,97,2). Sum of RGB (Red+Green+Blue) = 113+97+2=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #716102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716102 is #8E9EFD. Grayscale: #5B5B5B. Windows color (decimal): -9346814 or 156017. OLE color: 156017.

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

Color convert

RGB 113 97 2 -
CMYK 0 0.14 0.98 0.56
HSL 51.35º 0.97% 0.23% -
HSV(B) 51.35º 0.98% 0.44% -
XYZ 11.1 12.06 1.8 -
YUV 90.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 113 97 2 0 0.14 0.98 0.56 51.35 0.97 0.23
Hex 71 61 2 0 E 62 38 33 61 17
Octal 161 141 2 0 16 142 70 63 141 27
Binary 1110001 1100001 10 0 1110 1100010 111000 110011 1100001 10111

Color Harmonies of #716102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716102

Black with #716102

Text Example


Text Example

White with #716102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716102; }

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

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

background-color css

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

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

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

border-color css

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

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

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