Html Css Color HEX #716602 Olive

📋 copy color: '#716602'

red 113 ◦ green 102 ◦ blue 2

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

Shades of Olive #716602

Tints of Olive #716602

RGB

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

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

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

R = 52.07%
G = 47%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#716602 (or 0x716602) is known color: Olive. HEX triplet: 71, 66 and 02. RGB value is (113,102,2). Sum of RGB (Red+Green+Blue) = 113+102+2=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #716602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716602 is #8E99FD. Grayscale: #5E5E5E. Windows color (decimal): -9345534 or 157297. OLE color: 157297.

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

Color convert

RGB 113 102 2 -
CMYK 0 0.10 0.98 0.56
HSL 54.05º 0.97% 0.23% -
HSV(B) 54.05º 0.98% 0.44% -
XYZ 11.57 13.02 1.96 -
YUV 93.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 113 102 2 0 0.10 0.98 0.56 54.05 0.97 0.23
Hex 71 66 2 0 A 62 38 36 61 17
Octal 161 146 2 0 12 142 70 66 141 27
Binary 1110001 1100110 10 0 1010 1100010 111000 110110 1100001 10111

Color Harmonies of #716602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716602

Black with #716602

Text Example


Text Example

White with #716602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716602; }

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

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

background-color css

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

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

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

border-color css

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

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

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