Html Css Color HEX #716D03 Olive

📋 copy color: '#716D03'

red 113 ◦ green 109 ◦ blue 3

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

Shades of Olive #716D03

Tints of Olive #716D03

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.44%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 50.22%
G = 48.44%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#716D03 (or 0x716D03) is known color: Olive. HEX triplet: 71, 6D and 03. RGB value is (113,109,3). Sum of RGB (Red+Green+Blue) = 113+109+3=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #716D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D03 is #8E92FC. Grayscale: #626262. Windows color (decimal): -9343741 or 224625. OLE color: 224625.

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

Color convert

RGB 113 109 3 -
CMYK 0 0.04 0.97 0.56
HSL 57.82º 0.95% 0.23% -
HSV(B) 57.82º 0.97% 0.44% -
XYZ 12.3 14.45 2.23 -
YUV 98.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 113 109 3 0 0.04 0.97 0.56 57.82 0.95 0.23
Hex 71 6D 3 0 4 61 38 3A 5F 17
Octal 161 155 3 0 4 141 70 72 137 27
Binary 1110001 1101101 11 0 100 1100001 111000 111010 1011111 10111

Color Harmonies of #716D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D03

Black with #716D03

Text Example


Text Example

White with #716D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,3); }

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

background-color css

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

 a { background-color: rgb(113,109,3); }

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

border-color css

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

 span { border-color: rgb(113,109,3); }

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