Html Css Color HEX #716902 Olive

📋 copy color: '#716902'

red 113 ◦ green 105 ◦ blue 2

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

Shades of Olive #716902

Tints of Olive #716902

RGB

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

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

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

R = 51.36%
G = 47.73%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#716902 (or 0x716902) is known color: Olive. HEX triplet: 71, 69 and 02. RGB value is (113,105,2). Sum of RGB (Red+Green+Blue) = 113+105+2=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716902 is #8E96FD. Grayscale: #606060. Windows color (decimal): -9344766 or 158065. OLE color: 158065.

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

Color convert

RGB 113 105 2 -
CMYK 0 0.07 0.98 0.56
HSL 55.68º 0.97% 0.23% -
HSV(B) 55.68º 0.98% 0.44% -
XYZ 11.87 13.62 2.06 -
YUV 95.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 113 105 2 0 0.07 0.98 0.56 55.68 0.97 0.23
Hex 71 69 2 0 7 62 38 38 61 17
Octal 161 151 2 0 7 142 70 70 141 27
Binary 1110001 1101001 10 0 111 1100010 111000 111000 1100001 10111

Color Harmonies of #716902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716902

Black with #716902

Text Example


Text Example

White with #716902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716902; }

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

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

background-color css

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

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

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

border-color css

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

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

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