Html Css Color HEX #71700C Olive

📋 copy color: '#71700C'

red 113 ◦ green 112 ◦ blue 12

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

Shades of Olive #71700C

Tints of Olive #71700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

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

R = 47.68%
G = 47.26%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71700C (or 0x71700C) is known color: Olive. HEX triplet: 71, 70 and 0C. RGB value is (113,112,12). Sum of RGB (Red+Green+Blue) = 113+112+12=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #71700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71700C is #8E8FF3. Grayscale: #656565. Windows color (decimal): -9342964 or 815217. OLE color: 815217.

HSL color Cylindrical-coordinate representation of color #71700C: hue angle of 59.41º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71700C is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 12 -
CMYK 0 0.01 0.89 0.56
HSL 59.41º 0.81% 0.25% -
HSV(B) 59.41º 0.89% 0.44% -
XYZ 12.67 15.13 2.6 -
YUV 100.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 113 112 12 0 0.01 0.89 0.56 59.41 0.81 0.25
Hex 71 70 C 0 1 59 38 3B 51 19
Octal 161 160 14 0 1 131 70 73 121 31
Binary 1110001 1110000 1100 0 1 1011001 111000 111011 1010001 11001

Color Harmonies of #71700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71700C

Black with #71700C

Text Example


Text Example

White with #71700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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