Html Css Color HEX #716C00 Olive

📋 copy color: '#716C00'

red 113 ◦ green 108 ◦ blue 0

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

Shades of Olive #716C00

Tints of Olive #716C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.13%
G = 48.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#716C00 (or 0x716C00) is known color: Olive. HEX triplet: 71, 6C and 00. RGB value is (113,108,0). Sum of RGB (Red+Green+Blue) = 113+108+0=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #716C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C00 is #8E93FF. Grayscale: #616161. Windows color (decimal): -9344000 or 27761. OLE color: 27761.

HSL color Cylindrical-coordinate representation of color #716C00: hue angle of 57.35º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #716C00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 108 0 -
CMYK 0 0.04 1 0.56
HSL 57.35º 1% 0.22% -
HSV(B) 57.35º 1% 0.44% -
XYZ 12.17 14.24 2.11 -
YUV 97.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 113 108 0 0 0.04 1 0.56 57.35 1 0.22
Hex 71 6C 0 0 4 64 38 39 64 16
Octal 161 154 0 0 4 144 70 71 144 26
Binary 1110001 1101100 0 0 100 1100100 111000 111001 1100100 10110

Color Harmonies of #716C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C00

Black with #716C00

Text Example


Text Example

White with #716C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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