Html Css Color HEX #716706 Olive

📋 copy color: '#716706'

red 113 ◦ green 103 ◦ blue 6

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

Shades of Olive #716706

Tints of Olive #716706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.4%

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

R = 50.9%
G = 46.4%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#716706 (or 0x716706) is known color: Olive. HEX triplet: 71, 67 and 06. RGB value is (113,103,6). Sum of RGB (Red+Green+Blue) = 113+103+6=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #716706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716706 is #8E98F9. Grayscale: #5F5F5F. Windows color (decimal): -9345274 or 419697. OLE color: 419697.

HSL color Cylindrical-coordinate representation of color #716706: hue angle of 54.39º 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 #716706 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 6 -
CMYK 0 0.09 0.95 0.56
HSL 54.39º 0.9% 0.23% -
HSV(B) 54.39º 0.95% 0.44% -
XYZ 11.69 13.22 2.11 -
YUV 94.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 113 103 6 0 0.09 0.95 0.56 54.39 0.9 0.23
Hex 71 67 6 0 9 5F 38 36 5A 17
Octal 161 147 6 0 11 137 70 66 132 27
Binary 1110001 1100111 110 0 1001 1011111 111000 110110 1011010 10111

Color Harmonies of #716706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716706

Black with #716706

Text Example


Text Example

White with #716706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716706; }

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

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

background-color css

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

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

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

border-color css

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

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

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