Html Css Color HEX #716906 Olive

📋 copy color: '#716906'

red 113 ◦ green 105 ◦ blue 6

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

Shades of Olive #716906

Tints of Olive #716906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.88%

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

R = 50.45%
G = 46.88%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#716906 (or 0x716906) is known color: Olive. HEX triplet: 71, 69 and 06. RGB value is (113,105,6). Sum of RGB (Red+Green+Blue) = 113+105+6=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #716906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716906 is #8E96F9. Grayscale: #606060. Windows color (decimal): -9344762 or 420209. OLE color: 420209.

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

Color convert

RGB 113 105 6 -
CMYK 0 0.07 0.95 0.56
HSL 55.51º 0.9% 0.23% -
HSV(B) 55.51º 0.95% 0.44% -
XYZ 11.89 13.63 2.18 -
YUV 96.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 113 105 6 0 0.07 0.95 0.56 55.51 0.9 0.23
Hex 71 69 6 0 7 5F 38 38 5A 17
Octal 161 151 6 0 7 137 70 70 132 27
Binary 1110001 1101001 110 0 111 1011111 111000 111000 1011010 10111

Color Harmonies of #716906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716906

Black with #716906

Text Example


Text Example

White with #716906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716906; }

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

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

background-color css

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

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

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

border-color css

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

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

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