Html Css Color HEX #71730C Olive

📋 copy color: '#71730C'

red 113 ◦ green 115 ◦ blue 12

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

Shades of Olive #71730C

Tints of Olive #71730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 47.08%
G = 47.92%
B = 5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#71730C (or 0x71730C) is known color: Olive. HEX triplet: 71, 73 and 0C. RGB value is (113,115,12). Sum of RGB (Red+Green+Blue) = 113+115+12=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #71730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71730C is #8E8CF3. Grayscale: #676767. Windows color (decimal): -9342196 or 815985. OLE color: 815985.

HSL color Cylindrical-coordinate representation of color #71730C: hue angle of 61.17º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71730C is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 12 -
CMYK 0.02 0 0.90 0.55
HSL 61.17º 0.81% 0.25% -
HSV(B) 61.17º 0.9% 0.45% -
XYZ 13.01 15.8 2.71 -
YUV 102.66 76.84 135.38 -
System Red Green Blue C M Y K H S L
Decimal 113 115 12 0.02 0 0.90 0.55 61.17 0.81 0.25
Hex 71 73 C 2 0 5A 37 3D 51 19
Octal 161 163 14 2 0 132 67 75 121 31
Binary 1110001 1110011 1100 10 0 1011010 110111 111101 1010001 11001

Color Harmonies of #71730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71730C

Black with #71730C

Text Example


Text Example

White with #71730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71730C; }

 p { color: rgb(113,115,12); }

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

background-color css

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

 a { background-color: rgb(113,115,12); }

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

border-color css

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

 span { border-color: rgb(113,115,12); }

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