Html Css Color HEX #716601 Olive

📋 copy color: '#716601'

red 113 ◦ green 102 ◦ blue 1

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

Shades of Olive #716601

Tints of Olive #716601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.22%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 52.31%
G = 47.22%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#716601 (or 0x716601) is known color: Olive. HEX triplet: 71, 66 and 01. RGB value is (113,102,1). Sum of RGB (Red+Green+Blue) = 113+102+1=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #716601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716601 is #8E99FE. Grayscale: #5E5E5E. Windows color (decimal): -9345535 or 91761. OLE color: 91761.

HSL color Cylindrical-coordinate representation of color #716601: hue angle of 54.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #716601 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 1 -
CMYK 0 0.10 0.99 0.56
HSL 54.11º 0.98% 0.22% -
HSV(B) 54.11º 0.99% 0.44% -
XYZ 11.57 13.02 1.93 -
YUV 93.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 113 102 1 0 0.10 0.99 0.56 54.11 0.98 0.22
Hex 71 66 1 0 A 63 38 36 62 16
Octal 161 146 1 0 12 143 70 66 142 26
Binary 1110001 1100110 1 0 1010 1100011 111000 110110 1100010 10110

Color Harmonies of #716601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716601

Black with #716601

Text Example


Text Example

White with #716601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716601; }

 p { color: rgb(113,102,1); }

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

background-color css

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

 a { background-color: rgb(113,102,1); }

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

border-color css

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

 span { border-color: rgb(113,102,1); }

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