Html Css Color HEX #716908 Olive

📋 copy color: '#716908'

red 113 ◦ green 105 ◦ blue 8

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

Shades of Olive #716908

Tints of Olive #716908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 50%
G = 46.46%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#716908 (or 0x716908) is known color: Olive. HEX triplet: 71, 69 and 08. RGB value is (113,105,8). Sum of RGB (Red+Green+Blue) = 113+105+8=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #716908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716908 is #8E96F7. Grayscale: #606060. Windows color (decimal): -9344760 or 551281. OLE color: 551281.

HSL color Cylindrical-coordinate representation of color #716908: hue angle of 55.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #716908 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 8 -
CMYK 0 0.07 0.93 0.56
HSL 55.43º 0.87% 0.24% -
HSV(B) 55.43º 0.93% 0.44% -
XYZ 11.91 13.63 2.23 -
YUV 96.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 113 105 8 0 0.07 0.93 0.56 55.43 0.87 0.24
Hex 71 69 8 0 7 5D 38 37 57 18
Octal 161 151 10 0 7 135 70 67 127 30
Binary 1110001 1101001 1000 0 111 1011101 111000 110111 1010111 11000

Color Harmonies of #716908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716908

Black with #716908

Text Example


Text Example

White with #716908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716908; }

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

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

background-color css

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

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

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

border-color css

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

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

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