Html Css Color HEX #716B03 Olive

📋 copy color: '#716B03'

red 113 ◦ green 107 ◦ blue 3

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

Shades of Olive #716B03

Tints of Olive #716B03

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.98%

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

R = 50.67%
G = 47.98%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#716B03 (or 0x716B03) is known color: Olive. HEX triplet: 71, 6B and 03. RGB value is (113,107,3). Sum of RGB (Red+Green+Blue) = 113+107+3=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #716B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B03 is #8E94FC. Grayscale: #616161. Windows color (decimal): -9344253 or 224113. OLE color: 224113.

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

Color convert

RGB 113 107 3 -
CMYK 0 0.05 0.97 0.56
HSL 56.73º 0.95% 0.23% -
HSV(B) 56.73º 0.97% 0.44% -
XYZ 12.08 14.03 2.16 -
YUV 96.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 113 107 3 0 0.05 0.97 0.56 56.73 0.95 0.23
Hex 71 6B 3 0 5 61 38 39 5F 17
Octal 161 153 3 0 5 141 70 71 137 27
Binary 1110001 1101011 11 0 101 1100001 111000 111001 1011111 10111

Color Harmonies of #716B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B03

Black with #716B03

Text Example


Text Example

White with #716B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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