Html Css Color HEX #716C02 Olive

📋 copy color: '#716C02'

red 113 ◦ green 108 ◦ blue 2

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

Shades of Olive #716C02

Tints of Olive #716C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48.43%

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

R = 50.67%
G = 48.43%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#716C02 (or 0x716C02) is known color: Olive. HEX triplet: 71, 6C and 02. RGB value is (113,108,2). Sum of RGB (Red+Green+Blue) = 113+108+2=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #716C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C02 is #8E93FD. Grayscale: #616161. Windows color (decimal): -9343998 or 158833. OLE color: 158833.

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

Color convert

RGB 113 108 2 -
CMYK 0 0.04 0.98 0.56
HSL 57.3º 0.97% 0.23% -
HSV(B) 57.3º 0.98% 0.44% -
XYZ 12.18 14.24 2.16 -
YUV 97.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 113 108 2 0 0.04 0.98 0.56 57.3 0.97 0.23
Hex 71 6C 2 0 4 62 38 39 61 17
Octal 161 154 2 0 4 142 70 71 141 27
Binary 1110001 1101100 10 0 100 1100010 111000 111001 1100001 10111

Color Harmonies of #716C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C02

Black with #716C02

Text Example


Text Example

White with #716C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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