Html Css Color HEX #716C04 Olive

📋 copy color: '#716C04'

red 113 ◦ green 108 ◦ blue 4

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

Shades of Olive #716C04

Tints of Olive #716C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 50.22%
G = 48%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716C04 (or 0x716C04) is known color: Olive. HEX triplet: 71, 6C and 04. RGB value is (113,108,4). Sum of RGB (Red+Green+Blue) = 113+108+4=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #716C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C04 is #8E93FB. Grayscale: #626262. Windows color (decimal): -9343996 or 289905. OLE color: 289905.

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

Color convert

RGB 113 108 4 -
CMYK 0 0.04 0.96 0.56
HSL 57.25º 0.93% 0.23% -
HSV(B) 57.25º 0.96% 0.44% -
XYZ 12.19 14.24 2.22 -
YUV 97.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 113 108 4 0 0.04 0.96 0.56 57.25 0.93 0.23
Hex 71 6C 4 0 4 60 38 39 5D 17
Octal 161 154 4 0 4 140 70 71 135 27
Binary 1110001 1101100 100 0 100 1100000 111000 111001 1011101 10111

Color Harmonies of #716C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C04

Black with #716C04

Text Example


Text Example

White with #716C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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