Html Css Color HEX #716302 Olive

📋 copy color: '#716302'

red 113 ◦ green 99 ◦ blue 2

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

Shades of Olive #716302

Tints of Olive #716302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.26%

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

R = 52.8%
G = 46.26%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#716302 (or 0x716302) is known color: Olive. HEX triplet: 71, 63 and 02. RGB value is (113,99,2). Sum of RGB (Red+Green+Blue) = 113+99+2=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #716302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716302 is #8E9CFD. Grayscale: #5C5C5C. Windows color (decimal): -9346302 or 156529. OLE color: 156529.

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

Color convert

RGB 113 99 2 -
CMYK 0 0.12 0.98 0.56
HSL 52.43º 0.97% 0.23% -
HSV(B) 52.43º 0.98% 0.44% -
XYZ 11.28 12.44 1.86 -
YUV 92.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 113 99 2 0 0.12 0.98 0.56 52.43 0.97 0.23
Hex 71 63 2 0 C 62 38 34 61 17
Octal 161 143 2 0 14 142 70 64 141 27
Binary 1110001 1100011 10 0 1100 1100010 111000 110100 1100001 10111

Color Harmonies of #716302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716302

Black with #716302

Text Example


Text Example

White with #716302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716302; }

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

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

background-color css

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

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

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

border-color css

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

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

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