Html Css Color HEX #716B06 Olive

📋 copy color: '#716B06'

red 113 ◦ green 107 ◦ blue 6

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

Shades of Olive #716B06

Tints of Olive #716B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 50%
G = 47.35%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#716B06 (or 0x716B06) is known color: Olive. HEX triplet: 71, 6B and 06. RGB value is (113,107,6). Sum of RGB (Red+Green+Blue) = 113+107+6=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #716B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B06 is #8E94F9. Grayscale: #616161. Windows color (decimal): -9344250 or 420721. OLE color: 420721.

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

Color convert

RGB 113 107 6 -
CMYK 0 0.05 0.95 0.56
HSL 56.64º 0.9% 0.23% -
HSV(B) 56.64º 0.95% 0.44% -
XYZ 12.1 14.04 2.24 -
YUV 97.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 113 107 6 0 0.05 0.95 0.56 56.64 0.9 0.23
Hex 71 6B 6 0 5 5F 38 39 5A 17
Octal 161 153 6 0 5 137 70 71 132 27
Binary 1110001 1101011 110 0 101 1011111 111000 111001 1011010 10111

Color Harmonies of #716B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B06

Black with #716B06

Text Example


Text Example

White with #716B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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