Html Css Color HEX #716502 Olive

📋 copy color: '#716502'

red 113 ◦ green 101 ◦ blue 2

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

Shades of Olive #716502

Tints of Olive #716502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.76%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 52.31%
G = 46.76%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#716502 (or 0x716502) is known color: Olive. HEX triplet: 71, 65 and 02. RGB value is (113,101,2). Sum of RGB (Red+Green+Blue) = 113+101+2=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #716502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716502 is #8E9AFD. Grayscale: #5D5D5D. Windows color (decimal): -9345790 or 157041. OLE color: 157041.

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

Color convert

RGB 113 101 2 -
CMYK 0 0.11 0.98 0.56
HSL 53.51º 0.97% 0.23% -
HSV(B) 53.51º 0.98% 0.44% -
XYZ 11.47 12.82 1.93 -
YUV 93.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 113 101 2 0 0.11 0.98 0.56 53.51 0.97 0.23
Hex 71 65 2 0 B 62 38 36 61 17
Octal 161 145 2 0 13 142 70 66 141 27
Binary 1110001 1100101 10 0 1011 1100010 111000 110110 1100001 10111

Color Harmonies of #716502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716502

Black with #716502

Text Example


Text Example

White with #716502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716502; }

 p { color: rgb(113,101,2); }

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

background-color css

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

 a { background-color: rgb(113,101,2); }

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

border-color css

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

 span { border-color: rgb(113,101,2); }

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